Skip to content

Commit

Permalink
Merge pull request #5767 from stsewd/dont-use-implicit-relative-import
Browse files Browse the repository at this point in the history
Don't use implicit relative import
  • Loading branch information
stsewd authored Jun 4, 2019
2 parents de210af + 1dab78b commit edf00d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/rtd_tests/tests/test_config_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from readthedocs.projects import tasks
from readthedocs.projects.models import Project
from readthedocs.rtd_tests.utils import create_git_submodule, make_git_repo
from doc_builder.constants import DOCKER_IMAGE_SETTINGS
from readthedocs.doc_builder.constants import DOCKER_IMAGE_SETTINGS


def create_load(config=None):
Expand Down

0 comments on commit edf00d2

Please sign in to comment.