Skip to content

Commit

Permalink
move into table
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Dec 13, 2023
1 parent 970ca7a commit a4fc4dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions python/deltalake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pyarrow_hotfix # noqa: F401; addresses CVE-2023-47248; # type: ignore

from ._internal import __version__ as __version__
from ._internal import rust_core_version as rust_core_version
from .data_catalog import DataCatalog as DataCatalog
Expand Down
1 change: 1 addition & 0 deletions python/deltalake/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import pyarrow
import pyarrow.dataset as ds
import pyarrow.fs as pa_fs
import pyarrow_hotfix # noqa: F401; addresses CVE-2023-47248; # type: ignore
from pyarrow.dataset import (
Expression,
FileSystemDataset,
Expand Down

0 comments on commit a4fc4dc

Please sign in to comment.