Skip to content

Commit 53e8942

Browse files
authored
Explicitly import urllib.error in urllib.robotparser (#128737)
1 parent da8825e commit 53e8942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/urllib/robotparser.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"""
1212

1313
import collections
14+
import urllib.error
1415
import urllib.parse
1516
import urllib.request
1617

0 commit comments

Comments
 (0)