Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wrong_import_position.py 231B

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