瀏覽代碼

Removes compat alias celery.app.base.App (use .Celery)

Ask Solem 8 年之前
父節點
當前提交
ed8ba71bce
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      celery/app/base.py

+ 0 - 1
celery/app/base.py

@@ -1128,4 +1128,3 @@ class Celery:
             return (timezone.get_timezone('UTC') if conf.enable_utc
                     else timezone.local)
         return timezone.get_timezone(conf.timezone)
-App = Celery  # compat