mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 00:13:00 +08:00
fix typo in dateutil.tz importing tzutc as tzutz (#1694)
This commit is contained in:
committed by
Guido van Rossum
parent
ab9733b448
commit
fcf1d38c57
+1
-1
@@ -1,5 +1,5 @@
|
||||
from .tz import (
|
||||
tzutc as tzutz,
|
||||
tzutc as tzutc,
|
||||
tzoffset as tzoffset,
|
||||
tzlocal as tzlocal,
|
||||
tzfile as tzfile,
|
||||
|
||||
Reference in New Issue
Block a user