Преглед на файлове

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