We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d389122 commit 236715aCopy full SHA for 236715a
1 file changed
alertaclient/auth.py
@@ -5,9 +5,9 @@
5
from netrc import netrc
6
7
try:
8
- from urllib.parse import urlencode, urlparse
+ from urllib.parse import urlparse
9
except ImportError:
10
- from urllib import urlencode, urlparse
+ from urlparse import urlparse
11
12
NETRC_FILE = os.path.join(os.environ['HOME'], ".netrc")
13
0 commit comments