Skip to content

Commit

Permalink
Fixed extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed May 8, 2018
1 parent f7b28f2 commit a355605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arca/backend/vagrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from textwrap import dedent
from uuid import uuid4

from fabric.exceptions import CommandTimeout
from git import Repo

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

# start up or get running VM
vm_location = self.get_vm_location()
Expand Down

0 comments on commit a355605

Please sign in to comment.