Skip to content

Commit 8c75c6c

Browse files
authored
Revert publishing types (#521)
### Changes This package started publishing types in 4.4, but the way we add async classes and methods makes type checking unfeasible. Revert publishing types externally until a better solution is available (this will probably be by generating the SDK). ### References fixes #514 See https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages
2 parents cd25003 + e53c98b commit 8c75c6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

auth0/py.typed

Whitespace-only changes.

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, attr-defined
9+
disable_error_code=var-annotated
1010

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

0 commit comments

Comments
 (0)