Skip to content

Commit 3e8ded4

Browse files
committed
fixtures
1 parent 0c2c57b commit 3e8ded4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/fixtures/primitives.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class dict(Mapping[T, V]):
6363
def __iter__(self) -> Iterator[T]: pass
6464
class set(Iterable[T]):
6565
def __iter__(self) -> Iterator[T]: pass
66-
def __contains__(self, o: object, /) -> bool: ...
66+
def __contains__(self, o: object, /) -> bool: pass
6767
class frozenset(Iterable[T]):
6868
def __iter__(self) -> Iterator[T]: pass
6969
class function: pass

0 commit comments

Comments
 (0)