Skip to content

Commit d3f818c

Browse files
committed
Fix for async types
1 parent 8e1bf4a commit d3f818c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ignore_errors = True
66

77
[mypy-auth0.management.*]
88
ignore_errors = False
9-
disable_error_code=var-annotated
9+
disable_error_code=var-annotated, attr-defined
1010

1111
[mypy-auth0.rest_async]
1212
disable_error_code=override

0 commit comments

Comments
 (0)