Sign in
android
/
platform
/
tools
/
idea
/
e782c57
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
UnboundConditionalImport.py
blob: 978e0861ab605224c17588505a6652ef0ee53655 [
file
]
def
f
(
c
):
if
c
:
import
sys
return
<
warning descr
=
"Local variable 'sys' might be referenced before assignment"
>
sys
</
warning
>