Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Mar 3, 2022
1 parent fefbe62 commit 1fb6748
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions readthedocs/rtd_tests/tests/test_project.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import datetime
import json
from unittest import mock
from unittest.mock import patch

import pytest
from django.contrib.auth.models import User
from django.forms.models import model_to_dict
from django.test import TestCase
from django.utils import timezone
from django_dynamic_fixture import get
from rest_framework.reverse import reverse

Expand All @@ -19,12 +16,11 @@
LATEST,
TAG,
)
from readthedocs.builds.models import Build, Version
from readthedocs.builds.models import Version
from readthedocs.oauth.services import GitHubService, GitLabService
from readthedocs.projects.constants import GITHUB_BRAND, GITLAB_BRAND
from readthedocs.projects.exceptions import ProjectConfigurationError
from readthedocs.projects.models import Project
from readthedocs.projects.tasks.utils import finish_inactive_builds
from readthedocs.rtd_tests.mocks.paths import fake_paths_by_regex


Expand Down

0 comments on commit 1fb6748

Please sign in to comment.