Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 4114221

Browse files
committed
reformat import statement
1 parent b94c863 commit 4114221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
geopandas = None
4646

4747
try:
48-
from tqdm import tqdm
48+
import tqdm
4949
from tqdm.std import TqdmDeprecationWarning
5050

5151
except (ImportError, AttributeError): # pragma: NO COVER

0 commit comments

Comments
 (0)