Skip to content

Commit 07bf708

Browse files
committed
Isort
1 parent d94de4c commit 07bf708

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

readthedocs/rtd_tests/tests/test_views.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import csv
2-
import io
32
from urllib.parse import urlsplit
43

54
import mock
6-
import pytest
75
from django.contrib.auth.models import User
86
from django.test import TestCase
97
from django.urls import reverse
@@ -12,12 +10,10 @@
1210

1311
from readthedocs.builds.constants import EXTERNAL, LATEST
1412
from readthedocs.builds.models import Build, Version
15-
from readthedocs.core.models import UserProfile
1613
from readthedocs.core.permissions import AdminPermission
1714
from readthedocs.projects.constants import PUBLIC
1815
from readthedocs.projects.forms import UpdateProjectForm
19-
from readthedocs.projects.models import Feature, HTMLFile, Project
20-
from readthedocs.search.models import SearchQuery
16+
from readthedocs.projects.models import Feature, Project
2117

2218

2319
class Testmaker(TestCase):

0 commit comments

Comments
 (0)