Skip to content

Commit d499f50

Browse files
Update urllib1.py
Remove imports that are not used
1 parent 55dae9b commit d499f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code3/urllib1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import urllib.request, urllib.parse, urllib.error
1+
import urllib.request
22

33
fhand = urllib.request.urlopen('http://data.pr4e.org/romeo.txt')
44
for line in fhand:

0 commit comments

Comments
 (0)