Browse Source

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

Ask Solem 9 năm trước cách đây
mục cha
commit
ed8ba71bce
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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