Skip to content

Commit

Permalink
feat(typing): Create altair.typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Aug 3, 2024
1 parent 6c4c785 commit 680b69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions altair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@
"to_json",
"to_values",
"topo_feature",
"typing",
"utils",
"v5",
"value",
Expand All @@ -654,6 +655,7 @@ def __dir__():
from altair.jupyter import JupyterChart
from altair.expr import expr
from altair.utils import AltairDeprecationWarning, parse_shorthand, Optional, Undefined
from altair import typing


def load_ipython_extension(ipython):
Expand Down
Empty file added altair/typing.py
Empty file.

0 comments on commit 680b69e

Please sign in to comment.