We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dcbc1 commit 7307f1cCopy full SHA for 7307f1c
python/deltalake/__init__.py
@@ -2,7 +2,7 @@
2
from ._internal import __version__ as __version__
3
from ._internal import rust_core_version as rust_core_version
4
from .data_catalog import DataCatalog as DataCatalog
5
-from .query import QueryBuilder
+from .query import QueryBuilder as QueryBuilder
6
from .schema import DataType as DataType
7
from .schema import Field as Field
8
from .schema import Schema as Schema
0 commit comments