Skip to content

Commit

Permalink
reformat import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aribray committed Oct 6, 2022
1 parent b94c863 commit 4114221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
geopandas = None

try:
from tqdm import tqdm
import tqdm
from tqdm.std import TqdmDeprecationWarning

except (ImportError, AttributeError): # pragma: NO COVER
Expand Down

0 comments on commit 4114221

Please sign in to comment.