From eb8cd58de882b6a7f0ba789d2f0fbc62e6296620 Mon Sep 17 00:00:00 2001 From: ozer550 Date: Wed, 16 Aug 2023 00:33:01 +0530 Subject: [PATCH] fix trailing comma --- kolibri/core/auth/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolibri/core/auth/tasks.py b/kolibri/core/auth/tasks.py index dd8529df672..c60a98ce48c 100644 --- a/kolibri/core/auth/tasks.py +++ b/kolibri/core/auth/tasks.py @@ -923,5 +923,5 @@ def cleanupsync(**kwargs): pull=is_pull, sync_filter=str(sync_filter), expiration=0, - **instance_attribute, + **instance_attribute )