We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968d94d commit 00bedcfCopy full SHA for 00bedcf
mypy/checker.py
@@ -152,7 +152,7 @@
152
from mypy.patterns import AsPattern, StarredPattern
153
from mypy.plugin import Plugin
154
from mypy.plugins import dataclasses as dataclasses_plugin
155
-from mypy.reachability import infer_condition_value, MYPY_TRUE, MYPY_FALSE
+from mypy.reachability import MYPY_FALSE, MYPY_TRUE, infer_condition_value
156
from mypy.scope import Scope
157
from mypy.semanal import is_trivial_body, refers_to_fullname, set_callable_name
158
from mypy.semanal_enum import ENUM_BASES, ENUM_SPECIAL_PROPS
0 commit comments