Skip to content

Commit 4e7c384

Browse files
committed
Update code
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent 6561e81 commit 4e7c384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3080,7 +3080,7 @@ def _supports_remote_attaching():
30803080

30813081
return PROCESS_VM_READV_SUPPORTED
30823082

3083-
def _support_remote_exec_only_impl(test):
3083+
def _support_remote_exec_only_impl():
30843084
if not sys.is_remote_debug_enabled():
30853085
return unittest.skip("Remote debugging is not enabled")
30863086
if sys.platform not in ("darwin", "linux", "win32"):

0 commit comments

Comments
 (0)