Files
openide/python/testData/inspections/MoveFromFutureImportAboveModuleLevelDunder.py
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