Commit 424fdbf7 by Sébastien Eustace Committed by GitHub

Fix import in the run command (#2232)

parent 3b30d2a1
......@@ -50,7 +50,7 @@ class RunCommand(EnvCommand):
@property
def _module(self):
from ...masonry.utils.module import Module
from poetry.core.masonry.utils.module import Module
poetry = self.poetry
package = poetry.package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment