fix unused

old-commit-hash: 51a93cf9aaa3c1bc07738a412a4e19cb3dc6dcba
This commit is contained in:
Adeeb Shihadeh
2023-12-17 16:32:56 -08:00
parent d41f215df8
commit 207073dc4c

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