diff options
author | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2018-11-16 21:02:58 +0530 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-16 17:32:58 +0200 |
commit | 90d0cfb22269261333e82a7c8a17b66d6695f7b6 (patch) | |
tree | 6cded6ae606baee53268868d6887a4781830791b /Lib/test/test_urlparse.py | |
parent | 4edeaeac4c194ba5d09187640b5cfca5e03be617 (diff) | |
download | cpython-git-90d0cfb22269261333e82a7c8a17b66d6695f7b6.tar.gz |
bpo-35202: Remove unused imports in tests. (GH-10561)
Diffstat (limited to 'Lib/test/test_urlparse.py')
-rw-r--r-- | Lib/test/test_urlparse.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py index 6738863f8d..9c71be53af 100644 --- a/Lib/test/test_urlparse.py +++ b/Lib/test/test_urlparse.py @@ -1,6 +1,5 @@ import unittest import urllib.parse -import warnings RFC1808_BASE = "http://a/b/c/d;p?q#f" RFC2396_BASE = "http://a/b/c/d;p?q" |