Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Oct 31, 2023
1 parent cadcf57 commit 3526c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_schema_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def configure_{prop}(self, *args, **kwargs) -> Self:
# as TypedDict do not accept arbitrary extra keys where as alt.value and alt.datum
# do. Also see https://github.com/python/mypy/issues/4617#issuecomment-367647383
# If we want to use both value and datum it needs to be a combined type alias
# as IDEs such as VS Code simply show the first type alias in the signature
# as IDEs such as VS Code simply show the first type alias in the signature
# if they refer to the same type.
_Value = dict
_Datum = dict
Expand Down

0 comments on commit 3526c36

Please sign in to comment.