Skip to content

Commit d249db5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 7fcd09a commit d249db5

File tree

1 file changed

+2
-1
lines changed
  • stubs/python-dateutil/dateutil/tz

1 file changed

+2
-1
lines changed

stubs/python-dateutil/dateutil/tz/win.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ import sys
33
if sys.platform == "win32":
44
from ctypes import _NameTypes, _Pointer, c_wchar
55
from datetime import datetime, timedelta
6-
from dateutil.tz import tzwin as tzwin, tzwinlocal as tzwinlocal
76
from typing import Any, ClassVar, Final
87
from winreg import _KeyType
98

9+
from dateutil.tz import tzwin as tzwin, tzwinlocal as tzwinlocal
10+
1011
__all__ = ["tzwin", "tzwinlocal", "tzres"]
1112

1213
ONEWEEK: timedelta

0 commit comments

Comments
 (0)