Skip to content

Commit 50fe881

Browse files
committed
Add noqa: E402
1 parent 3e5890f commit 50fe881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/deepfreeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from collections.abc import Iterator
2323
from typing import Any, TextIO
2424

25-
import umarshal
25+
import umarshal # noqa: E402
2626

2727
ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
2828

0 commit comments

Comments
 (0)