From d88bb1266a207dc59a68b3cbc0f40c5f19600b02 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 11 Jul 2015 01:49:37 -0400 Subject: [PATCH] More explicit comment. --- mayan/apps/checkouts/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):