From 42c2bbfbccd10793ba7a9a19ad4821777ede0ab0 Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Tue, 12 Apr 2022 21:17:13 +0200 Subject: [PATCH] FIX: import tqdm.autonotebook the right way --- scenes/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/download.py b/scenes/download.py index 5fb5939..afe5bba 100644 --- a/scenes/download.py +++ b/scenes/download.py @@ -9,7 +9,7 @@ import io import json from urllib.parse import urlencode import pycurl -import tqdm.autonotebook as tqdm +from tqdm.autonotebook import tqdm def bbox2str(bbox): -- GitLab