Skip to content

Commit 912c7fb

Browse files
committed
Fix SQLAlchemy import and unnecessary absolute imports which cause
loops.
1 parent 74edfb7 commit 912c7fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas_to_postgres/hdf_to_postgres.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from multiprocessing import Pool
2-
from .copy_hdf import HDFTableCopy, HDFMetadata
2+
3+
from .copy_hdf import HDFTableCopy
4+
from .utilities import HDFMetadata
35

46

57
def create_hdf_table_objects(hdf_meta, csv_chunksize=10 ** 6):

0 commit comments

Comments
 (0)