mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Never explicitly inherit from object in Python 3-only stubs (#6777)
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import Iterable
|
||||
|
||||
from dateutil.relativedelta import relativedelta
|
||||
|
||||
class DateTimeRange(object):
|
||||
class DateTimeRange:
|
||||
NOT_A_TIME_STR: str
|
||||
start_time_format: str
|
||||
end_time_format: str
|
||||
|
||||
Reference in New Issue
Block a user