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