Skip to content

Commit bd56e27

Browse files
authored
Update test-data/unit/fixtures/tuple.pyi
1 parent 65e950e commit bd56e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/fixtures/tuple.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _Tco = TypeVar('_Tco', covariant=True)
99
class object:
1010
def __init__(self) -> None: pass
1111
def __new__(cls) -> Self: ...
12-
def __eq__(self, other) -> bool: pass
12+
def __eq__(self, other: object) -> bool: pass
1313

1414
class type:
1515
def __init__(self, *a: object) -> None: pass

0 commit comments

Comments
 (0)