Never explicitly inherit from object in Python 3-only stubs (#6777)

This commit is contained in:
Alex Waygood
2022-01-02 06:24:48 +00:00
committed by GitHub
parent d43cd997a4
commit 505ea72641
35 changed files with 79 additions and 67 deletions

View File

@@ -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