From 8f6dcee2f7fc76a959dfeb34de6d085be0856b8f Mon Sep 17 00:00:00 2001 From: hj Date: Fri, 5 Jul 2024 17:14:51 +0530 Subject: [PATCH] Fixes build proper comment format & removes white spaces --- apps/jobs/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/jobs/models.py b/apps/jobs/models.py index 53eb727a23..8b2fccd111 100644 --- a/apps/jobs/models.py +++ b/apps/jobs/models.py @@ -140,8 +140,8 @@ class Submission(TimeStampedModel): # Store the values of meta attributes for the submission here. submission_metadata = JSONField(blank=True, null=True) is_verified_by_host = models.BooleanField(default=False) - - #flag for submission type: UI(False) and CLI(True) + + # flag for submission type: UI(False) and CLI(True) from_cli = models.BooleanField(default=False) def __str__(self):