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_exclude_dunder_main.py 231B

123456789101112
  1. # pylint: disable=import-error, unused-import, missing-docstring
  2. CONS = 42
  3. if __name__ == '__main__':
  4. CONSTANT = True
  5. VAR = 0
  6. for i in range(10):
  7. VAR += i
  8. import six
  9. import datetime
  10. import astroid