Skip to content

Commit 3f14f68

Browse files
committed
fix lint
1 parent 069649a commit 3f14f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from mypy import defaults
1212
from mypy.util import get_class_descriptors, replace_object_state
1313

14+
1415
class BuildType:
1516
STANDARD = 0 # type: ClassVar[int]
1617
MODULE = 1 # type: ClassVar[int]
@@ -52,6 +53,7 @@ class BuildType:
5253
{"quick_and_dirty", "platform", "bazel"})
5354
- {"debug_cache"})
5455

56+
5557
class Options:
5658
"""Options collected from flags."""
5759

0 commit comments

Comments
 (0)