third_party.pylibs.pylint.src/tests/regrtest_data/wrong_import_position.py
2019-06-20 10:02:14 +02:00

12 lines
231 B
Python

"""Test that wrong-import-position is properly reset when
other errors are disabled.
"""
# pylint: disable=unused-import, too-few-public-methods
class Something(object):
"""A class before an import."""
import os