Skip to content

Commit c29e996

Browse files
committed
Fix ruff
1 parent 3e5890f commit c29e996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/build/deepfreeze.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
import time
1818
import types
1919

20+
import umarshal
21+
2022
TYPE_CHECKING = False
2123
if TYPE_CHECKING:
2224
from collections.abc import Iterator
2325
from typing import Any, TextIO
2426

25-
import umarshal
26-
2727
ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
2828

2929
verbose = False

0 commit comments

Comments
 (0)