Commit 579e0b80 authored by INADA Naoki's avatar INADA Naoki Committed by GitHub

urllib.request: Remove unused import (GH-5268)

parent 35103343
......@@ -1792,7 +1792,6 @@ class URLopener:
if filename:
tfp = open(filename, 'wb')
else:
import tempfile
garbage, path = splittype(url)
garbage, path = splithost(path or "")
path, garbage = splitquery(path or "")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment