Explorar el Código

celery.beat: Fixed missing import

Ask Solem hace 15 años
padre
commit
ba4436dea4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      celery/beat.py

+ 1 - 0
celery/beat.py

@@ -14,6 +14,7 @@ from celery import log
 from celery import conf
 from celery import registry as _registry
 from celery import platform
+from celery.messaging import establish_connection
 from celery.utils.info import humanize_seconds