We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14968e6 commit 32a5e0dCopy full SHA for 32a5e0d
stubs/python-dateutil/dateutil/tz/win.pyi
@@ -1,13 +1,13 @@
1
import sys
2
-from ctypes import _NameTypes, _Pointer, c_wchar
3
-from datetime import datetime, timedelta
4
-from typing import Any, ClassVar, Final
5
-
6
-from dateutil.tz import tzwin as tzwin, tzwinlocal as tzwinlocal
7
8
if sys.platform == "win32":
+ from ctypes import _NameTypes, _Pointer, c_wchar
+ from datetime import datetime, timedelta
+ from typing import Any, ClassVar, Final
9
from winreg import _KeyType
10
+ from dateutil.tz import tzwin as tzwin, tzwinlocal as tzwinlocal
+
11
__all__ = ["tzwin", "tzwinlocal", "tzres"]
12
13
ONEWEEK: timedelta
0 commit comments