We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f0dd7 commit ef60118Copy full SHA for ef60118
Ominis.py
@@ -8,7 +8,7 @@
8
import urllib3
9
import urllib.parse
10
import time
11
-from concurrent.futures import ThreadPoolExecutor # Add this line
+from concurrent.futures import ThreadPoolExecutor
12
13
# Disable urllib3 warnings
14
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
0 commit comments