Skip to content

Commit 1dab78b

Browse files
committed
Don't use implicit relative import
1 parent 2673305 commit 1dab78b

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)