Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed Dec 21, 2024
1 parent 099e0a6 commit 36e2ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msfabricutils/etl/load/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .delta_table import append, incremental, overwrite, replace_range, upsert, write
from .delta_table import append, incremental, overwrite, replace_range, upsert

__all__ = ("write", "upsert", "overwrite", "append", "incremental", "replace_range")

0 comments on commit 36e2ea8

Please sign in to comment.