Remove bare Incomplete annotations in third-party stubs (#11671)

This commit is contained in:
Sebastian Rittau
2024-03-31 03:34:51 +02:00
committed by GitHub
parent 6cb57b5f26
commit 33de88879f
33 changed files with 76 additions and 99 deletions

View File

@@ -32,8 +32,8 @@ class _Error(Exception):
cause: Incomplete | None = None,
context: Sequence[ValidationError] = (),
validator_value=...,
instance: Incomplete = ...,
schema: Incomplete = ...,
instance=...,
schema=...,
schema_path: Sequence[str | int] = (),
parent: _Error | None = None,
type_checker: _utils.Unset | TypeChecker = ...,