mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
Remove unneeded ignores (#2624)
This commit is contained in:
committed by
Jelle Zijlstra
parent
8c8dc5658f
commit
517d2b6012
@@ -281,9 +281,9 @@ class datetime(date):
|
||||
def __gt__(self, other: datetime) -> bool: ... # type: ignore
|
||||
def __add__(self, other: timedelta) -> datetime: ...
|
||||
@overload # type: ignore
|
||||
def __sub__(self, other: datetime) -> timedelta: ... # type: ignore
|
||||
@overload # type: ignore
|
||||
def __sub__(self, other: timedelta) -> datetime: ... # type: ignore
|
||||
def __sub__(self, other: datetime) -> timedelta: ...
|
||||
@overload
|
||||
def __sub__(self, other: timedelta) -> datetime: ...
|
||||
def __hash__(self) -> int: ...
|
||||
def weekday(self) -> int: ...
|
||||
def isoweekday(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user