Skip to content

Commit 964e09b

Browse files
committed
Remove import
1 parent 9827a49 commit 964e09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BUILD_STATE_FINISHED)
3333
from readthedocs.builds.models import Build, Version
3434
from readthedocs.builds.signals import build_complete
35-
from readthedocs.core.utils import send_email, run_on_app_servers, broadcast
35+
from readthedocs.core.utils import send_email, broadcast
3636
from readthedocs.core.symlink import PublicSymlink, PrivateSymlink
3737
from readthedocs.cdn.purge import purge
3838
from readthedocs.doc_builder.loader import get_builder_class

0 commit comments

Comments
 (0)