Ask Solem 11 年之前
父节点
当前提交
044dbbac08
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      celery/apps/worker.py

+ 1 - 0
celery/apps/worker.py

@@ -76,6 +76,7 @@ You must only enable the serializers that you will actually use.
 
 """
 
+
 def active_thread_count():
     from threading import enumerate
     return sum(1 for t in enumerate()