Skip to content

Commit c5201e6

Browse files
committed
skip 3.10 lint error
1 parent eadb582 commit c5201e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/functions/decorators/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ def decorator(fb: FunctionBuilder) -> FunctionBuilder:
17261726
list_item_type)
17271727
for union_arg in union_args:
17281728
if (isinstance(union_arg, type)
1729-
and union_arg is not
1729+
and union_arg is not # noqa
17301730
type(None)):
17311731
if hasattr(union_arg,
17321732
'__module__'):

0 commit comments

Comments
 (0)