Skip to content

Commit

Permalink
Use relative import of ShellCommandRunner in utils
Browse files Browse the repository at this point in the history
See discussion at #527
  • Loading branch information
elebow committed Apr 8, 2020
1 parent d105606 commit 17ac42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import packaging.version as packaging_version
from .validate import validate, ValidateError, load_json_schema

from augur.util_support.shell_command_runner import ShellCommandRunner
from .util_support.shell_command_runner import ShellCommandRunner


class AugurException(Exception):
Expand Down

0 comments on commit 17ac42f

Please sign in to comment.