Commit 42c2bbfb authored by Cresson Remi's avatar Cresson Remi
Browse files

FIX: import tqdm.autonotebook the right way

1 merge request!24ENH: use tqdm.autonotebook instead of tqdm.tqdm
Pipeline #34807 passed with stages
in 2 minutes and 44 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -9,7 +9,7 @@ import io ...@@ -9,7 +9,7 @@ import io
import json import json
from urllib.parse import urlencode from urllib.parse import urlencode
import pycurl import pycurl
import tqdm.autonotebook as tqdm from tqdm.autonotebook import tqdm
def bbox2str(bbox): def bbox2str(bbox):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment