We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94c863 commit 4114221Copy full SHA for 4114221
1 file changed
tests/unit/test_table.py
@@ -45,7 +45,7 @@
45
geopandas = None
46
47
try:
48
- from tqdm import tqdm
+ import tqdm
49
from tqdm.std import TqdmDeprecationWarning
50
51
except (ImportError, AttributeError): # pragma: NO COVER
0 commit comments