Skip to content

Commit

Permalink
Fixes build proper comment format & removes white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit28j committed Jul 9, 2024
1 parent 8ac8f21 commit 8f6dcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/jobs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8f6dcee

Please sign in to comment.