Skip to content

Commit 5f5d7b1

Browse files
committed
1 parent 5c80931 commit 5f5d7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudformation_cli_python_lib/recast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ def get_forward_ref_type() -> Any:
127127
# introspection is valid:
128128
# https://docs.python.org/3/library/typing.html#typing.ForwardRef
129129
if "ForwardRef" in dir(typing):
130-
return typing.ForwardRef # type: ignore
130+
return typing.ForwardRef # type: ignore # noqa
131131
return typing._ForwardRef # type: ignore

0 commit comments

Comments
 (0)