Skip to content

Commit a5e0828

Browse files
authored
Fix for async types (#515)
2 parents 8e1bf4a + d3f818c commit a5e0828

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)