Skip to content

Commit 8a42529

Browse files
committed
Fix merge conflict
1 parent 8cb488e commit 8a42529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/rtd_tests/tests/test_doc_serving.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
from readthedocs.core.views import server_error_404_subdomain
1616
from readthedocs.core.views.serve import _serve_symlink_docs
1717
from readthedocs.builds.constants import STABLE
18-
from readthedocs.builds.models import Versionfrom readthedocs.projects import constants
18+
from readthedocs.builds.models import Version
19+
from readthedocs.projects import constants
1920
from readthedocs.projects.models import Project
2021
from readthedocs.rtd_tests.base import RequestFactoryTestMixin
2122

0 commit comments

Comments
 (0)