pull/30786/head
Adeeb Shihadeh 1 year ago
parent 70624ffc81
commit 51a93cf9aa
  1. 2
      tools/lib/url_file.py

@ -2,7 +2,7 @@ import os
import time
import threading
from hashlib import sha256
from urllib3 import PoolManager, Retry
from urllib3 import PoolManager
from urllib3.util import Timeout
from tenacity import retry, wait_random_exponential, stop_after_attempt

Loading…
Cancel
Save