Skip to content

Commit f70e5de

Browse files
Fix lint.
1 parent dd4bf2b commit f70e5de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_urlparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,6 @@ def check(result):
13291329
check(func(burl, missing_as_none=True))
13301330

13311331
def test_result_pickling(self):
1332-
import pickletools
13331332
def check(result):
13341333
for proto in range(pickle.HIGHEST_PROTOCOL + 1):
13351334
pickled = pickle.dumps(result, proto)

0 commit comments

Comments
 (0)