Skip to content

Commit 50a602a

Browse files
vfdev-5actions-user
authored andcommitted
autopep8 fix
1 parent bfa15dd commit 50a602a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ignite/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def _destroy_dist_context():
9393
def _find_free_port():
9494
# Taken from https://github.com/facebookresearch/detectron2/blob/master/detectron2/engine/launch.py
9595
import socket
96+
9697
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
9798
sock.bind(("", 0))
9899
port = sock.getsockname()[1]

0 commit comments

Comments
 (0)