Files
openide/python/testData/optimizeImports/pyiStubInInterpreterPaths/main.after.py
Mikhail Golubev d73b5d2580 PY-22656 Don't use location of .pyi stubs to determine import groups in Optimize Imports
The problem was partially fixed for the stdlib modules with .pyi stubs
from typeshed in e990277415
2017-04-04 14:24:46 +03:00

5 lines
43 B
Python

import mod1
import mod2
print(mod1, mod2)