blob: 58a19b66c9fd91fb8c01375f2b0d546094be3685 (
plain)
1
2
3
4
5
6
7
8
9
|
"""Checks import position rule with pep-0008"""
# pylint: disable=unused-import
__author__ = 'some author'
__email__ = 'some.author@some_email'
__copyright__ = 'Some copyright'
import sys
|