Skip to content

Commit 3598637

Browse files
committed
fix ruff errors
1 parent 8e39b17 commit 3598637

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/datafusion/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@
3030
except ImportError:
3131
import importlib_metadata
3232

33-
from datafusion.col import col, column
34-
3533
from . import functions, object_store, substrait, unparser
3634

3735
# The following imports are okay to remain as opaque to the user.
3836
from ._internal import Config
3937
from .catalog import Catalog, Database, Table
38+
from .col import col, column
4039
from .common import (
4140
DFSchema,
4241
)
@@ -47,7 +46,6 @@
4746
SQLOptions,
4847
)
4948
from .dataframe import DataFrame, ParquetColumnOptions, ParquetWriterOptions
50-
5149
from .expr import (
5250
Expr,
5351
WindowFrame,

0 commit comments

Comments
 (0)