소스 검색

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

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