Skip to content

Commit

Permalink
don't try to import embed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Sep 30, 2024
1 parent 7270eef commit 2b4dda1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vegafusion-python/checks/check_lazy_imports.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import sys
import vegafusion as vf
import vegafusion_embed

for mod in ["polars", "pandas", "pyarrow", "duckdb", "altair"]:
assert mod not in sys.modules, f"{mod} module should be imported lazily"

0 comments on commit 2b4dda1

Please sign in to comment.