Files
openide/python/testData/formatter/moduleLevelDunderWithImports.py
Aleksei Kniazev 0d5f27c47d imports are inserted after module-level dunder names to comply with PEP-8 (PY-23475)
GitOrigin-RevId: 9cad837e708f3c9e52abea59d9e239371cb515bc
2019-09-27 16:33:17 +00:00

6 lines
124 B
Python

"""
Docstring for file
"""
from __future__ import print_function
__author__ = "akniazev"
from collections import OrderedDict