From d3f818c52766727d17297c533fe299b6665404a4 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Fri, 18 Aug 2023 17:06:46 +0100 Subject: [PATCH] Fix for async types --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index cdfec98a..9529a1ce 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 +disable_error_code=var-annotated, attr-defined [mypy-auth0.rest_async] disable_error_code=override