Skip to content

Commit 298a8c1

Browse files
committed
Fix import order
1 parent 6c8b3d3 commit 298a8c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

babel/localtime/_win32.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
from __future__ import annotations
2+
13
try:
24
import winreg
35
except ImportError:
46
winreg = None
57

6-
from __future__ import annotations
7-
88
from typing import Dict, cast
99

1010
import pytz

0 commit comments

Comments
 (0)