You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move duckdb imports to inside function (#813)
to avoid duckdb becoming a hard dependency
## What I am changing / How I did it
move import to inside function
## How you can test it
might trigger a ruff rule around imports not at top of file
## Related Issues
closes#810
(or alternatively, duckdb should explicitly become a hard dependency)
0 commit comments