Replace Incomplete | None = None in third party stubs (#14063)

This commit is contained in:
Sebastian Rittau
2025-05-15 21:37:43 +02:00
committed by GitHub
parent acc51542c9
commit 126768408a
488 changed files with 2259 additions and 4044 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class Auth0Error(Exception):
error_code: str
message: str
content: Incomplete | None
def __init__(self, status_code: int, error_code: str, message: str, content: Incomplete | None = None) -> None: ...
def __init__(self, status_code: int, error_code: str, message: str, content=None) -> None: ...
class RateLimitError(Auth0Error):
reset_at: int