mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add some missing stubs in datetimerange (#8470)
This commit is contained in:
@@ -5,8 +5,13 @@ from typing import ClassVar
|
||||
|
||||
from dateutil.relativedelta import relativedelta
|
||||
|
||||
__license__: str
|
||||
__email__: str
|
||||
from .__version__ import (
|
||||
__author__ as __author__,
|
||||
__copyright__ as __copyright__,
|
||||
__email__ as __email__,
|
||||
__license__ as __license__,
|
||||
__version__ as __version__,
|
||||
)
|
||||
|
||||
class DateTimeRange:
|
||||
NOT_A_TIME_STR: ClassVar[str]
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
__maintainer__: str
|
||||
__email__: str
|
||||
__author__: str = ...
|
||||
__copyright__: str
|
||||
__license__: str
|
||||
__version__: str
|
||||
__maintainer__ = __author__
|
||||
__email__: str
|
||||
|
||||
Reference in New Issue
Block a user