Files
openide/python/testData/optimizeImports/extractImportBlockWithIntermediateComments.py
T

6 lines
80 B
Python

import sys
# noinspection PyUnresolvedReferences
import typing
print(sys.path)