Skip to content

Commit c584ff9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de9be06 commit c584ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from collections.abc import Iterable
2929
from typing import TYPE_CHECKING, Any, NamedTuple, NoReturn, Union, cast
3030

31+
import mypyc.build_setup # noqa: F401
3132
from mypy.build import BuildSource
3233
from mypy.errors import CompileError
3334
from mypy.fscache import FileSystemCache
@@ -41,7 +42,6 @@
4142
from mypyc.ir.pprint import format_modules
4243
from mypyc.namegen import exported_name
4344
from mypyc.options import CompilerOptions
44-
import mypyc.build_setup # noqa: F401
4545

4646

4747
class ModDesc(NamedTuple):

0 commit comments

Comments
 (0)