Skip to content

Commit

Permalink
feat: Export _config.py as altair.typing.theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 16, 2024
1 parent aaffebd commit 12b6410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions altair/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@
"Optional",
"ThemeConfig",
"is_chart_type",
"theme",
]

import altair.vegalite.v5.schema._config as theme
from altair.utils.schemapi import Optional
from altair.vegalite.v5.api import ChartType, is_chart_type
from altair.vegalite.v5.schema._config import ThemeConfig
Expand Down
1 change: 1 addition & 0 deletions doc/user_guide/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -691,4 +691,5 @@ Typing
Optional
ThemeConfig
is_chart_type
theme

0 comments on commit 12b6410

Please sign in to comment.