Skip to content

Commit

Permalink
Fix import in the run command (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater authored Mar 27, 2020
1 parent 3b30d2a commit 424fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/console/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_script(self, script, args):

@property
def _module(self):
from ...masonry.utils.module import Module
from poetry.core.masonry.utils.module import Module

poetry = self.poetry
package = poetry.package
Expand Down

0 comments on commit 424fdbf

Please sign in to comment.