We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361c536 commit 11a1b17Copy full SHA for 11a1b17
visitors.py
@@ -1,7 +1,7 @@
1
import csv
2
import io
3
import logging
4
-import urllib
+import urllib.parse
5
import zipfile
6
7
from requests import Session
0 commit comments