unable to locate module 'list'
I have my project structured as follows
main.
utils/
imports.
__init__.
When I tried doing
My imports file looks a little something like this, however even when I delete all content I get the same error
main.
utils/
imports.
__init__.
When I tried doing
import .imports in the init file, I get the error unable to locate module 'list', which seems weird because I don't have any files named list.My imports file looks a little something like this, however even when I delete all content I get the same error

