diff --git a/mayan/apps/checkouts/apps.py b/mayan/apps/checkouts/apps.py index 5f5e2aa50f..56edc48152 100644 --- a/mayan/apps/checkouts/apps.py +++ b/mayan/apps/checkouts/apps.py @@ -25,7 +25,7 @@ from .permissions import ( permission_document_checkout ) from .tasks import task_check_expired_check_outs # NOQA -# Required so that celerybeat can find the task +# This import is required so that celerybeat can find the task class CheckoutsApp(MayanAppConfig):