Skip to content

Commit 2c94ad3

Browse files
[py] correct tox warnings
1 parent 4c382be commit 2c94ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/common/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
_is_connectable_exceptions = (socket.error, ConnectionResetError)
3030

31+
3132
def free_port() -> int:
3233
"""
3334
Determines a free port using sockets.

0 commit comments

Comments
 (0)