From 9d8bd48cedd31681135ac030f9fa2269d34a1137 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Wed, 30 Aug 2023 13:16:20 +0100 Subject: [PATCH] Revert publishing types --- auth0/py.typed | 0 mypy.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 auth0/py.typed diff --git a/auth0/py.typed b/auth0/py.typed deleted file mode 100644 index e69de29b..00000000 diff --git a/mypy.ini b/mypy.ini index 9529a1ce..cdfec98a 100644 --- a/mypy.ini +++ b/mypy.ini @@ -6,7 +6,7 @@ ignore_errors = True [mypy-auth0.management.*] ignore_errors = False -disable_error_code=var-annotated, attr-defined +disable_error_code=var-annotated [mypy-auth0.rest_async] disable_error_code=override