File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
readthedocs/rtd_tests/tests Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
import csv
2
- import io
3
2
from urllib .parse import urlsplit
4
3
5
4
import mock
6
- import pytest
7
5
from django .contrib .auth .models import User
8
6
from django .test import TestCase
9
7
from django .urls import reverse
12
10
13
11
from readthedocs .builds .constants import EXTERNAL , LATEST
14
12
from readthedocs .builds .models import Build , Version
15
- from readthedocs .core .models import UserProfile
16
13
from readthedocs .core .permissions import AdminPermission
17
14
from readthedocs .projects .constants import PUBLIC
18
15
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
21
17
22
18
23
19
class Testmaker (TestCase ):
You can’t perform that action at this time.
0 commit comments