Skip to content

Commit 97aee88

Browse files
committed
Lint
1 parent fefbe62 commit 97aee88

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

readthedocs/projects/tasks/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import base64
22
import datetime
3+
import json
34
import os
45
import shutil
56

readthedocs/rtd_tests/tests/test_project.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import datetime
21
import json
32
from unittest import mock
43
from unittest.mock import patch
54

6-
import pytest
75
from django.contrib.auth.models import User
86
from django.forms.models import model_to_dict
97
from django.test import TestCase
10-
from django.utils import timezone
118
from django_dynamic_fixture import get
129
from rest_framework.reverse import reverse
1310

@@ -19,12 +16,11 @@
1916
LATEST,
2017
TAG,
2118
)
22-
from readthedocs.builds.models import Build, Version
19+
from readthedocs.builds.models import Version
2320
from readthedocs.oauth.services import GitHubService, GitLabService
2421
from readthedocs.projects.constants import GITHUB_BRAND, GITLAB_BRAND
2522
from readthedocs.projects.exceptions import ProjectConfigurationError
2623
from readthedocs.projects.models import Project
27-
from readthedocs.projects.tasks.utils import finish_inactive_builds
2824
from readthedocs.rtd_tests.mocks.paths import fake_paths_by_regex
2925

3026

0 commit comments

Comments
 (0)