Skip to content

Commit 55bde6e

Browse files
committed
Cleanups
1 parent aa19c7a commit 55bde6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypy/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
import traceback
88

99
if 1: # Required!
10-
import inspect
1110
print('')
12-
print(__file__)
1311
print('Start __main__.py')
1412
print('')
1513
path = r'c:\Repos\ekr-fork-mypy'
@@ -20,6 +18,7 @@
2018
from mypy.util import FancyFormatter
2119

2220
if 1:
21+
import inspect
2322
for z in (main, process_options, FancyFormatter):
2423
assert 'ekr-fork-mypy' in inspect.getfile(z), repr(z)
2524

0 commit comments

Comments
 (0)