We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c80931 commit 5f5d7b1Copy full SHA for 5f5d7b1
src/cloudformation_cli_python_lib/recast.py
@@ -127,5 +127,5 @@ def get_forward_ref_type() -> Any:
127
# introspection is valid:
128
# https://docs.python.org/3/library/typing.html#typing.ForwardRef
129
if "ForwardRef" in dir(typing):
130
- return typing.ForwardRef # type: ignore
+ return typing.ForwardRef # type: ignore # noqa
131
return typing._ForwardRef # type: ignore
0 commit comments