We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf380bc commit 03043d6Copy full SHA for 03043d6
readthedocs/rtd_tests/tests/test_doc_serving.py
@@ -12,7 +12,8 @@
12
13
from readthedocs.core.views.serve import _serve_symlink_docs
14
from readthedocs.builds.constants import STABLE
15
-from readthedocs.builds.models import Versionfrom readthedocs.projects import constants
+from readthedocs.builds.models import Version
16
+from readthedocs.projects import constants
17
from readthedocs.projects.models import Project
18
from readthedocs.rtd_tests.base import RequestFactoryTestMixin
19
0 commit comments