Skip to content

Commit 63a064f

Browse files
committed
isort
1 parent e2a23c7 commit 63a064f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/views/private.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import csv
44
import logging
55
from urllib.parse import urlparse
6-
from readthedocs.core.resolver import resolve, resolve_path
76

87
from allauth.socialaccount.models import SocialAccount
98
from django.conf import settings
@@ -46,6 +45,7 @@
4645
LoginRequiredMixin,
4746
PrivateViewMixin,
4847
)
48+
from readthedocs.core.resolver import resolve, resolve_path
4949
from readthedocs.core.utils import broadcast, trigger_build
5050
from readthedocs.core.utils.extend import SettingsOverrideObject
5151
from readthedocs.integrations.models import HttpExchange, Integration

0 commit comments

Comments
 (0)