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 8cb488e commit 8a42529Copy full SHA for 8a42529
readthedocs/rtd_tests/tests/test_doc_serving.py
@@ -15,7 +15,8 @@
15
from readthedocs.core.views import server_error_404_subdomain
16
from readthedocs.core.views.serve import _serve_symlink_docs
17
from readthedocs.builds.constants import STABLE
18
-from readthedocs.builds.models import Versionfrom readthedocs.projects import constants
+from readthedocs.builds.models import Version
19
+from readthedocs.projects import constants
20
from readthedocs.projects.models import Project
21
from readthedocs.rtd_tests.base import RequestFactoryTestMixin
22
0 commit comments