Skip to content

Commit b3d5cdc

Browse files
Trigger CI recheck for NEWS file
1 parent 189feb6 commit b3d5cdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_urllib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""Regression tests for what was in Python 2's "urllib" module"""
22

33
import urllib.parse
4-
import urllib.request import _proxy_bypass_winreg_override as proxy_bypass_winreg
4+
import urllib.request
5+
import _proxy_bypass_winreg_override as proxy_bypass_winreg
56
import urllib.error
67
import http.client
78
import email.message

0 commit comments

Comments
 (0)