Skip to content

Commit

Permalink
Move internal private import
Browse files Browse the repository at this point in the history
Fixes #65
  • Loading branch information
mrocklin committed Feb 12, 2024
1 parent ad26752 commit c2e6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_deltatable/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
DeltaProtocolError,
DeltaStorageHandler,
__enforce_append_only,
_write_new_deltalake,
get_file_stats_from_metadata,
get_partitions_from_path,
try_get_table_and_table_uri,
)
from deltalake._internal import write_new_deltalake
from toolz.itertoolz import pluck

from ._schema import pyarrow_to_deltalake, validate_compatible
Expand Down

0 comments on commit c2e6839

Please sign in to comment.