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.

wildcard_import.py 269B

12345
  1. # pylint: disable=no-absolute-import,missing-docstring,import-error,unused-wildcard-import
  2. from indirect1 import * # [wildcard-import]
  3. # This is an unresolved import which still generates the wildcard-import
  4. # warning.
  5. from unknown.package import * # [wildcard-import]