Skip to content

Commit

Permalink
[vdsql-] missing lazy import #2248
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw authored and anjakefala committed Jan 15, 2024
1 parent cf8250c commit f953a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions visidata/apps/vdsql/_ibis.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def configure_ibis(vd):

@VisiData.api
def open_vdsql(vd, p, filetype=None):
import ibis

vd.configure_ibis()

# on-demand aliasing, so we don't need deps for all backends
Expand Down

0 comments on commit f953a36

Please sign in to comment.