Skip to content

Commit f3125fa

Browse files
committed
data.py: normalize import order
Signed-off-by: Yann Dirson <[email protected]>
1 parent cb83100 commit f3125fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data.py-dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Configuration file, to be adapted to one's needs
22

3-
from typing import Any, Dict, TYPE_CHECKING
4-
53
import legacycrypt as crypt # type: ignore
64
import os
5+
from typing import Any, Dict, TYPE_CHECKING
76

87
if TYPE_CHECKING:
98
from lib.typing import IsoImageDef

0 commit comments

Comments
 (0)