Skip to content

Commit 424fdbf

Browse files
authored
Fix import in the run command (#2232)
1 parent 3b30d2a commit 424fdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: poetry/console/commands/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_script(self, script, args):
5050

5151
@property
5252
def _module(self):
53-
from ...masonry.utils.module import Module
53+
from poetry.core.masonry.utils.module import Module
5454

5555
poetry = self.poetry
5656
package = poetry.package

0 commit comments

Comments
 (0)