mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 04:52:21 +08:00
Remove bare Incomplete annotations in third-party stubs (#11671)
This commit is contained in:
@@ -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 = ...,
|
||||
|
||||
Reference in New Issue
Block a user