소스 검색

Removes celery.canvas.maybe_subtask (use .maybe_signature)

Ask Solem 9 년 전
부모
커밋
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