فهرست منبع

celery.beat: Fixed missing import

Ask Solem 15 سال پیش
والد
کامیت
ba4436dea4
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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