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 e2a23c7 commit 63a064fCopy full SHA for 63a064f
readthedocs/projects/views/private.py
@@ -3,7 +3,6 @@
3
import csv
4
import logging
5
from urllib.parse import urlparse
6
-from readthedocs.core.resolver import resolve, resolve_path
7
8
from allauth.socialaccount.models import SocialAccount
9
from django.conf import settings
@@ -46,6 +45,7 @@
46
45
LoginRequiredMixin,
47
PrivateViewMixin,
48
)
+from readthedocs.core.resolver import resolve, resolve_path
49
from readthedocs.core.utils import broadcast, trigger_build
50
from readthedocs.core.utils.extend import SettingsOverrideObject
51
from readthedocs.integrations.models import HttpExchange, Integration
0 commit comments