| commit | e437a10d15ddfd21d406e591acccf12ff443194e | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 24 21:41:02 2016 +0300 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 24 21:41:02 2016 +0300 |
| tree | f6227687646fda64f9eaf485ae2d9c3f55709232 | |
| parent | 597d15afe45ea3a8613d336e68a0a98b8846e603 [diff] [blame] |
Issue #23277: Remove unused imports in tests.
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 008c751..df8a891 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py
@@ -462,7 +462,7 @@ self.requests = [] def http_open(self, req): - import email, http.client, copy + import email, copy self.requests.append(copy.deepcopy(req)) if self._count == 0: self._count = self._count + 1