mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 21:06:53 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user