Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Binder <[email protected]>
  • Loading branch information
jonmmease and binste authored Nov 5, 2023
1 parent 6183625 commit 043b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ def to_html(
requirejs=requirejs,
)

def to_url(self, fullscreen: bool = False):
def to_url(self, fullscreen: bool = False) -> str:
"""Convert a chart to a URL that opens the chart specification in the Vega chart editor
Convert a chart to a sharable URL that opens the chart in the online Vega chart editor.
Expand Down

0 comments on commit 043b369

Please sign in to comment.