Skip to content

Commit 671cc98

Browse files
committed
rm unused import.
1 parent 79d1e80 commit 671cc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xarray_sql/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import xarray as xr
22
from datafusion import SessionContext
3-
from datafusion.catalog import Table
3+
44
from .df import read_xarray, Chunks
55

66

0 commit comments

Comments
 (0)