mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-04 22:31:26 +08:00
Cleanup: do not quote types unnecessarily (#6931)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,4 +19,4 @@ class Validator(Protocol):
|
||||
def is_valid(self, instance: dict[Any, Any]) -> bool: ...
|
||||
def iter_errors(self, instance: dict[Any, Any]) -> Iterator[ValidationError]: ...
|
||||
def validate(self, instance: dict[Any, Any]) -> None: ...
|
||||
def evolve(self, **kwargs) -> "Validator": ...
|
||||
def evolve(self, **kwargs) -> Validator: ...
|
||||
|
||||
Reference in New Issue
Block a user