mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
reexport names in 3/dateutil.tz (#1673)
This was missed in #1669, and should completely fix #1665.
This commit is contained in:
committed by
Guido van Rossum
parent
c10dc67ad2
commit
b7dc041f44
13
third_party/3/dateutil/tz/__init__.pyi
vendored
13
third_party/3/dateutil/tz/__init__.pyi
vendored
@@ -1 +1,12 @@
|
||||
from .tz import tzutc, tzoffset, tzlocal, tzfile, tzrange, tzstr, tzical, gettz, datetime_exists, datetime_ambiguous
|
||||
from .tz import (
|
||||
tzutc as tzutc,
|
||||
tzoffset as tzoffset,
|
||||
tzlocal as tzlocal,
|
||||
tzfile as tzfile,
|
||||
tzrange as tzrange,
|
||||
tzstr as tzstr,
|
||||
tzical as tzical,
|
||||
gettz as gettz,
|
||||
datetime_exists as datetime_exists,
|
||||
datetime_ambiguous as datetime_ambiguous
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user