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 7fcd09a commit d249db5Copy full SHA for d249db5
stubs/python-dateutil/dateutil/tz/win.pyi
@@ -3,10 +3,11 @@ import sys
3
if sys.platform == "win32":
4
from ctypes import _NameTypes, _Pointer, c_wchar
5
from datetime import datetime, timedelta
6
- from dateutil.tz import tzwin as tzwin, tzwinlocal as tzwinlocal
7
from typing import Any, ClassVar, Final
8
from winreg import _KeyType
9
+ from dateutil.tz import tzwin as tzwin, tzwinlocal as tzwinlocal
10
+
11
__all__ = ["tzwin", "tzwinlocal", "tzres"]
12
13
ONEWEEK: timedelta
0 commit comments