Explorar el Código

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

Ask Solem hace 8 años
padre
commit
ed8ba71bce
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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