Skip to content

Commit

Permalink
feat(Altair v5 support)!: update Chart import to support altair >= 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t committed Nov 3, 2023
1 parent 75d2bc2 commit 241377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nesta_ds_utils/viz/altair/saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

import altair_saver as alt_saver
from altair.vegalite.v4.api import Chart
from altair.vegalite import Chart
import altair as alt
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
Expand Down

0 comments on commit 241377e

Please sign in to comment.