Skip to content

Commit 6b0e0eb

Browse files
Merge branch 'develop' into dependabot/pip/develop/aws-cdk-aws-lambda-python-alpha-2.176.0a0
2 parents 1b75c4e + 57becbb commit 6b0e0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/openapi/dependant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def get_typed_signature(call: Callable[..., Any]) -> inspect.Signature:
106106
signature = inspect.signature(call)
107107

108108
# Gets the global namespace for the call. This is used to resolve forward references.
109-
globalns = getattr(call, "__global__", {})
109+
globalns = getattr(call, "__globals__", {})
110110

111111
typed_params = [
112112
inspect.Parameter(

0 commit comments

Comments
 (0)