Skip to content

Commit

Permalink
style: Remove extra whitespace from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 16, 2024
1 parent 0bb7a86 commit ffb3214
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions altair/vegalite/v5/schema/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ class Value(TypedDict, Generic[T]):
.. _Generic:
https://typing.readthedocs.io/en/latest/spec/generics.html#generics
"""

value: T
Expand Down Expand Up @@ -184,7 +183,6 @@ class RowCol(TypedDict, Generic[T], total=False):
.. _Generic:
https://typing.readthedocs.io/en/latest/spec/generics.html#generics
"""

column: T
Expand Down
2 changes: 0 additions & 2 deletions tools/generate_schema_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ class Value(TypedDict, Generic[T]):
.. _Generic:
https://typing.readthedocs.io/en/latest/spec/generics.html#generics
"""
value: T
Expand Down Expand Up @@ -380,7 +379,6 @@ class RowCol(TypedDict, Generic[T], total=False):
.. _Generic:
https://typing.readthedocs.io/en/latest/spec/generics.html#generics
"""
column: T
Expand Down

0 comments on commit ffb3214

Please sign in to comment.