Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
spacesInImportParentheses_after.py
blob: 4119a9435627c6cbeed6698aa133a02224787c8e [
file
] [
log
] [
blame
]
from
os
import
(
environ
,
getcwd
)
def
foo
():
print
(
environ
,
getcwd
)