Skip to content

Commit 00bedcf

Browse files
committed
fix import order
1 parent 968d94d commit 00bedcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
from mypy.patterns import AsPattern, StarredPattern
153153
from mypy.plugin import Plugin
154154
from mypy.plugins import dataclasses as dataclasses_plugin
155-
from mypy.reachability import infer_condition_value, MYPY_TRUE, MYPY_FALSE
155+
from mypy.reachability import MYPY_FALSE, MYPY_TRUE, infer_condition_value
156156
from mypy.scope import Scope
157157
from mypy.semanal import is_trivial_body, refers_to_fullname, set_callable_name
158158
from mypy.semanal_enum import ENUM_BASES, ENUM_SPECIAL_PROPS

0 commit comments

Comments
 (0)