Skip to content

Commit 7307f1c

Browse files
committed
Fix lint
1 parent 94dcbc1 commit 7307f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/deltalake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from ._internal import __version__ as __version__
33
from ._internal import rust_core_version as rust_core_version
44
from .data_catalog import DataCatalog as DataCatalog
5-
from .query import QueryBuilder
5+
from .query import QueryBuilder as QueryBuilder
66
from .schema import DataType as DataType
77
from .schema import Field as Field
88
from .schema import Schema as Schema

0 commit comments

Comments
 (0)