fix unused

This commit is contained in:
Adeeb Shihadeh
2023-12-17 16:32:56 -08:00
parent 70624ffc81
commit 51a93cf9aa
+1 -1
View File
@@ -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