Skip to content

Commit 4114221

Browse files
committed
reformat import statement
1 parent b94c863 commit 4114221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)