Skip to content

Commit 6561e81

Browse files
committed
Update code
Signed-off-by: Manjusaka <[email protected]>
1 parent 2fcb502 commit 6561e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)