Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
MoveFromFutureImport.py
blob: dbb12b6cf0685b7256b8b66e02cbccf5921bded3 [
file
] [
log
] [
blame
]
from
__future__
import
print_function
#comment
from
__future__
import
absolute_import
class
A
:
pass
<
warning descr
=
"from __future__ imports must occur at the beginning of the file"
><
caret
>
from
__future__
import
with_statement
</
warning
>