浏览代码

Removes celery.canvas.maybe_subtask (use .maybe_signature)

Ask Solem 8 年之前
父节点
当前提交
386129730b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      celery/canvas.py

+ 0 - 2
celery/canvas.py

@@ -1247,5 +1247,3 @@ def maybe_signature(d, app=None):
         if app is not None:
             d._app = app
         return d
-
-maybe_subtask = maybe_signature  # XXX compat