Skip to content

Commit d253966

Browse files
committed
Lint
1 parent 166f4d6 commit d253966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ def _run_remote_exec_test(self, script_code, python_args=None, env=None, prologu
20322032
try:
20332033
# Accept connection from target process
20342034
client_socket, _ = server_socket.accept()
2035-
2035+
20362036
# Wait for process to be ready
20372037
response = client_socket.recv(1024)
20382038
self.assertEqual(response, b"ready")

0 commit comments

Comments
 (0)