Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 5, 2023
1 parent 1965024 commit a49cc43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ def to_url(self, fullscreen: bool = False):
If True, editor will open chart in fullscreen mode. Default False
"""
from ...utils._importers import import_vl_convert

vlc = import_vl_convert()
if _using_vegafusion():
return vlc.vega_to_url(self.to_dict(format="vega"), fullscreen=fullscreen)
Expand Down

0 comments on commit a49cc43

Please sign in to comment.