blob: 9e2d099e00f85827b0e5de94446e210549e8c6ed [file] [log] [blame]
"""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