Skip to content

Commit 52493aa

Browse files
committed
Clean imports
1 parent 09c95ec commit 52493aa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

readthedocs/core/management/commands/update_repos.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Custom management command to rebuild documentation for all projects.
53
@@ -11,12 +9,10 @@
119
from django.core.management.base import BaseCommand
1210

1311
from readthedocs.builds.constants import EXTERNAL, INTERNAL
14-
from readthedocs.builds.models import Build, Version
12+
from readthedocs.builds.models import Version
1513
from readthedocs.core.utils import trigger_build
16-
from readthedocs.projects import tasks
1714
from readthedocs.projects.models import Project
1815

19-
2016
log = logging.getLogger(__name__)
2117

2218

0 commit comments

Comments
 (0)