Skip to content

Commit

Permalink
fix: Update import paths to use new locations
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Sep 1, 2021
1 parent ba426c1 commit 0e514f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensafely/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pathlib import Path
import sys

from opensafely._vendor.jobrunner import local_run
from opensafely._vendor.jobrunner.cli import local_run
from opensafely import codelists, pull, upgrade


Expand Down
2 changes: 1 addition & 1 deletion opensafely/pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

from opensafely._vendor.jobrunner import config
from opensafely._vendor.jobrunner.local_run import docker_preflight_check
from opensafely._vendor.jobrunner.cli.local_run import docker_preflight_check
from opensafely._vendor.ruamel.yaml import YAML
from opensafely._vendor.ruamel.yaml.error import YAMLError, YAMLStreamError, YAMLWarning, YAMLFutureWarning

Expand Down

0 comments on commit 0e514f6

Please sign in to comment.