Pattern: Module is importing itself
Issue: -
A module should not import itself. So for example, if the module is named test_import_self
you cannot import it as follows:
import test_import_self
Pattern: Module is importing itself
Issue: -
A module should not import itself. So for example, if the module is named test_import_self
you cannot import it as follows:
import test_import_self