Skip to content

Commit

Permalink
csv_metadata_quality/check.py: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Apr 12, 2024
1 parent 4f3174a commit ee0b448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv_metadata_quality/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging
import re
from datetime import datetime, timedelta
from datetime import datetime

import country_converter as coco
import pandas as pd
Expand Down

0 comments on commit ee0b448

Please sign in to comment.