Skip to content

Commit

Permalink
fix No module named 'errors'
Browse files Browse the repository at this point in the history
  • Loading branch information
theko2fi committed Jan 5, 2024
1 parent be82ce9 commit 807d457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/multipass.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import json
import time
from shlex import split as shlexsplit
from errors import SocketError
from .errors import SocketError


# Added decorator to automatically retry on unpredictable module failures
Expand Down

0 comments on commit 807d457

Please sign in to comment.