Skip to content

Commit b7f21d3

Browse files
committed
[py] Update import
1 parent ad4ae4b commit b7f21d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""Utility functions."""
1919

2020
import socket
21-
import urllib
21+
import urllib.request
2222
from collections.abc import Iterable
2323
from typing import Optional, Union
2424

0 commit comments

Comments
 (0)