Skip to content

Commit

Permalink
More cleanup of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
njr0 committed Apr 30, 2024
1 parent 85c1fba commit bc54e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdda/constraints/pd/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
find_associated_metadata_file,
find_metadata_type_from_path
)
from csvmetadata.cli import to_pandas_read_csv_args
from tdda.serial.pandasio import to_pandas_read_csv_args

# pd.tslib is deprecated in newer versions of Pandas
if hasattr(pd, 'Timestamp'):
Expand Down

0 comments on commit bc54e27

Please sign in to comment.