unable to locate module 'list'
I have my project structured as follows
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
1 Reply
Oh I think I figured this out, it was an issue with the mojo lsp not restarting properly