Sfoglia il codice sorgente

Forgot reference to celery.monitoring after merge

Ask Solem 15 anni fa
parent
commit
242bedbd58
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.execute import TaskTrace
 from celery.registry import tasks
 from celery.registry import tasks
 from celery.exceptions import NotRegistered
 from celery.exceptions import NotRegistered
-from celery.monitoring import TaskTimerStats
+from celery.statistics import TaskTimerStats
 from celery.datastructures import ExceptionInfo
 from celery.datastructures import ExceptionInfo
 
 
 # pep8.py borks on a inline signature separator and
 # pep8.py borks on a inline signature separator and