Open aronchick opened 2 years ago
Most likely you're running the command in a python context that doesn't have the sameproject
module installed, right? If you ran in a poetry shell
or pip install sameproject
then I think this would work.
We could use relative imports for everything, not sure what is better practice? Shouldn't make a difference for an end-user either way I think.
Curious why this doesn't work?