Files
openide/python/testData/inspections/MoveFromFutureImportAboveModuleLevelDunder.py
Aleksei Kniazev aaaf2828d9 regression with moving future import to the top, test for extended completion (PY-23475)
GitOrigin-RevId: 218984c89d2229b6a32947650f46df4f1c3aecef
2019-09-27 16:33:17 +00:00

6 lines
204 B
Python

"""Module docstring"""
__author__ = "akniazev"
<warning descr="from __future__ imports must occur at the beginning of the file"><caret>from __future__ import absolute_import</warning>
import collections