Skip to content

Commit a355605

Browse files
committed
Fixed extras_require
1 parent f7b28f2 commit a355605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arca/backend/vagrant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from textwrap import dedent
77
from uuid import uuid4
88

9-
from fabric.exceptions import CommandTimeout
109
from git import Repo
1110

1211
from arca.exceptions import ArcaMisconfigured, BuildError, BuildTimeoutError
@@ -228,6 +227,7 @@ def run(self, repo: str, branch: str, task: Task, git_repo: Repo, repo_path: Pat
228227
Stops the VM if ``keep_vm_running`` is not set.
229228
"""
230229
from fabric import api
230+
from fabric.exceptions import CommandTimeout
231231

232232
# start up or get running VM
233233
vm_location = self.get_vm_location()

0 commit comments

Comments
 (0)