Skip to content

Commit e133a35

Browse files
committed
remove unused import
1 parent 601a3bc commit e133a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/views/private.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ProjectAdvertisingForm)
3535
from readthedocs.projects.models import Project, EmailHook, WebHook, Domain
3636
from readthedocs.projects.views.base import ProjectAdminMixin, ProjectSpamMixin
37-
from readthedocs.projects import constants, tasks
37+
from readthedocs.projects import tasks
3838
from readthedocs.oauth.services import registry
3939
from readthedocs.oauth.utils import attach_webhook, update_webhook
4040

0 commit comments

Comments
 (0)