Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinhardDP committed May 24, 2024
1 parent 7f73172 commit 419b999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pigeonhole/apps/submissions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

SUBMISSIONS_DIR = f"{str(settings.STATIC_ROOT)}/submissions"


def submission_folder_path(group_id, submission_id):
return f"{SUBMISSIONS_DIR}/group_{group_id}/{submission_id}"

Expand Down

0 comments on commit 419b999

Please sign in to comment.