File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -517,7 +517,6 @@ class slice(object):
517517
518518class tuple (Sequence [_T_co ], Generic [_T_co ]):
519519 def __new__ (cls : Type [_T ], iterable : Iterable [_T_co ] = ...) -> _T : ...
520- def __init__ (self , iterable : Iterable [_T_co ] = ...) -> None : ...
521520 def __len__ (self ) -> int : ...
522521 def __contains__ (self , x : object ) -> bool : ...
523522 @overload
Original file line number Diff line number Diff line change @@ -517,7 +517,6 @@ class slice(object):
517517
518518class tuple (Sequence [_T_co ], Generic [_T_co ]):
519519 def __new__ (cls : Type [_T ], iterable : Iterable [_T_co ] = ...) -> _T : ...
520- def __init__ (self , iterable : Iterable [_T_co ] = ...) -> None : ...
521520 def __len__ (self ) -> int : ...
522521 def __contains__ (self , x : object ) -> bool : ...
523522 @overload
Original file line number Diff line number Diff line change @@ -559,7 +559,6 @@ class slice:
559559
560560class tuple (Sequence [_T_co ], Generic [_T_co ]):
561561 def __new__ (cls : Type [_T ], iterable : Iterable [_T_co ] = ...) -> _T : ...
562- def __init__ (self , iterable : Iterable [_T_co ] = ...) -> None : ...
563562 def __len__ (self ) -> int : ...
564563 def __contains__ (self , x : object ) -> bool : ...
565564 @overload
You can’t perform that action at this time.
0 commit comments