mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add missing List imports to dateutil package. (#934)
This commit is contained in:
2
third_party/2/dateutil/relativedelta.pyi
vendored
2
third_party/2/dateutil/relativedelta.pyi
vendored
@@ -1,4 +1,4 @@
|
||||
from typing import Any, Optional, Union
|
||||
from typing import Any, List, Optional, Union
|
||||
from datetime import date, datetime, timedelta
|
||||
|
||||
__all__ = ... # type: List[str]
|
||||
|
||||
2
third_party/2/dateutil/tz/tz.pyi
vendored
2
third_party/2/dateutil/tz/tz.pyi
vendored
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any, Optional, Union, IO, Tuple
|
||||
from typing import Any, IO, List, Optional, Tuple, Union
|
||||
import datetime
|
||||
from ._common import tzname_in_python2 as tzname_in_python2, _tzinfo as _tzinfo
|
||||
from ._common import tzrangebase as tzrangebase, enfold as enfold
|
||||
|
||||
Reference in New Issue
Block a user