Skip to content

Commit edf00d2

Browse files
authored
Merge pull request #5767 from stsewd/dont-use-implicit-relative-import
Don't use implicit relative import
2 parents de210af + 1dab78b commit edf00d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_config_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from readthedocs.projects import tasks
2525
from readthedocs.projects.models import Project
2626
from readthedocs.rtd_tests.utils import create_git_submodule, make_git_repo
27-
from doc_builder.constants import DOCKER_IMAGE_SETTINGS
27+
from readthedocs.doc_builder.constants import DOCKER_IMAGE_SETTINGS
2828

2929

3030
def create_load(config=None):

0 commit comments

Comments
 (0)