Skip to content

Commit e4c49ba

Browse files
committed
format
1 parent 281ea0c commit e4c49ba

File tree

1 file changed

+1
-0
lines changed
  • chartlets.py/chartlets/components/charts

1 file changed

+1
-0
lines changed

chartlets.py/chartlets/components/charts/vega.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
try:
55
# noinspection PyUnresolvedReferences
66
import altair
7+
78
AltairChart = altair.Chart
89
except ImportError:
910
AltairChart = type(None)

0 commit comments

Comments
 (0)