We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2c57b commit 3e8ded4Copy full SHA for 3e8ded4
1 file changed
test-data/unit/fixtures/primitives.pyi
@@ -63,7 +63,7 @@ class dict(Mapping[T, V]):
63
def __iter__(self) -> Iterator[T]: pass
64
class set(Iterable[T]):
65
66
- def __contains__(self, o: object, /) -> bool: ...
+ def __contains__(self, o: object, /) -> bool: pass
67
class frozenset(Iterable[T]):
68
69
class function: pass
0 commit comments