Files
openide/python/testData/formatter/spacesInImportParentheses.py

5 lines
75 B
Python

from os import ( environ, getcwd )
def foo():
print(environ, getcwd)