Skip to content

Commit a9fb8c7

Browse files
committed
Fix wrong import in csm-data store
1 parent c0cb52a commit a9fb8c7

File tree

1 file changed

+1
-1
lines changed
  • cosmotech/coal/cli/commands/store

1 file changed

+1
-1
lines changed

cosmotech/coal/cli/commands/store/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# specifically authorized by written means by Cosmo Tech.
77

88
from cosmotech.coal.cli.commands.api.rds_send_store import rds_send_store
9-
from cosmotech.coal.cli.commands.store import dump_to_azure
9+
from cosmotech.coal.cli.commands.store.dump_to_azure import dump_to_azure
1010
from cosmotech.coal.cli.commands.store.dump_to_postgresql import dump_to_postgresql
1111
from cosmotech.coal.cli.commands.store.dump_to_s3 import dump_to_s3
1212
from cosmotech.coal.cli.commands.store.list_tables import list_tables

0 commit comments

Comments
 (0)