Преглед изворни кода

Forgot reference to celery.monitoring after merge

Ask Solem пре 15 година
родитељ
комит
242bedbd58
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      celery/worker/job.py

+ 1 - 1
celery/worker/job.py

@@ -15,7 +15,7 @@ from celery.loaders import current_loader
 from celery.execute import TaskTrace
 from celery.registry import tasks
 from celery.exceptions import NotRegistered
-from celery.monitoring import TaskTimerStats
+from celery.statistics import TaskTimerStats
 from celery.datastructures import ExceptionInfo
 
 # pep8.py borks on a inline signature separator and