Skip to content

Commit 6561e81

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

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
@@ -3090,7 +3090,7 @@ def _support_remote_exec_only_impl(test):
30903090
return _id
30913091

30923092
def support_remote_exec_only(test):
3093-
return _support_remote_exec_only_impl(test)
3093+
return _support_remote_exec_only_impl()(test)
30943094

30953095
class EqualToForwardRef:
30963096
"""Helper to ease use of annotationlib.ForwardRef in tests.

0 commit comments

Comments
 (0)