File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
import base64
2
2
import datetime
3
+ import json
3
4
import os
4
5
import shutil
5
6
Original file line number Diff line number Diff line change 1
- import datetime
2
1
import json
3
2
from unittest import mock
4
3
from unittest .mock import patch
5
4
6
- import pytest
7
5
from django .contrib .auth .models import User
8
6
from django .forms .models import model_to_dict
9
7
from django .test import TestCase
10
- from django .utils import timezone
11
8
from django_dynamic_fixture import get
12
9
from rest_framework .reverse import reverse
13
10
19
16
LATEST ,
20
17
TAG ,
21
18
)
22
- from readthedocs .builds .models import Build , Version
19
+ from readthedocs .builds .models import Version
23
20
from readthedocs .oauth .services import GitHubService , GitLabService
24
21
from readthedocs .projects .constants import GITHUB_BRAND , GITLAB_BRAND
25
22
from readthedocs .projects .exceptions import ProjectConfigurationError
26
23
from readthedocs .projects .models import Project
27
- from readthedocs .projects .tasks .utils import finish_inactive_builds
28
24
from readthedocs .rtd_tests .mocks .paths import fake_paths_by_regex
29
25
30
26
You can’t perform that action at this time.
0 commit comments