A new shade of Black (#11362)

This commit is contained in:
Alex Waygood
2024-02-05 00:38:55 +00:00
committed by GitHub
parent 7a6a749449
commit c49c84f319
76 changed files with 190 additions and 106 deletions

View File

@@ -4,21 +4,17 @@ from wtforms import Field, Form
class Filter1:
def __call__(self, value: object) -> None:
...
def __call__(self, value: object) -> None: ...
class Filter2:
def __call__(self, input: None) -> None:
...
def __call__(self, input: None) -> None: ...
def not_a_filter(a: object, b: object) -> None:
...
def not_a_filter(a: object, b: object) -> None: ...
def also_not_a_filter() -> None:
...
def also_not_a_filter() -> None: ...
# we should accept any mapping of sequences, we can't really validate