Commit 605ec5a
authored
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)1 parent 5dba08f commit 605ec5a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments