Files
openide/python/testData/quickFixes/PyAddImportQuickFixTest/beforeStatementAboveBoundComments/main_after.py
andrey.matveev b7398bb63d PY-10719 Fix add import above import with noinspection comment
GitOrigin-RevId: 6dd79b10e56b9e9e2eee76c83d5974dee43446a1
2022-07-26 13:17:54 +00:00

6 lines
53 B
Python

import a
# some comment #
################
print(a)