Skip to content

Commit 03043d6

Browse files
committed
Fix merge conflict
1 parent bf380bc commit 03043d6

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
@@ -12,7 +12,8 @@
1212

1313
from readthedocs.core.views.serve import _serve_symlink_docs
1414
from readthedocs.builds.constants import STABLE
15-
from readthedocs.builds.models import Versionfrom readthedocs.projects import constants
15+
from readthedocs.builds.models import Version
16+
from readthedocs.projects import constants
1617
from readthedocs.projects.models import Project
1718
from readthedocs.rtd_tests.base import RequestFactoryTestMixin
1819

0 commit comments

Comments
 (0)