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_position15.py 191B

123456789
  1. """Checks import position rule with pep-0008"""
  2. # pylint: disable=unused-import
  3. __author__ = 'some author'
  4. __email__ = 'some.author@some_email'
  5. __copyright__ = 'Some copyright'
  6. import sys