Skip to content

Commit

Permalink
Adjust line length to pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
munhyunsu committed Jan 11, 2021
1 parent afc4f95 commit ccd9601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion judge/jinja2/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@


@registry.function
def submission_layout(submission, profile_id, user, completed_problem_ids, editable_problem_ids, tester_problem_ids, private_submission):
def submission_layout(submission, profile_id, user, completed_problem_ids,
editable_problem_ids, tester_problem_ids, private_submission):
problem_id = submission.problem_id
can_view = False
can_edit = False
Expand Down

0 comments on commit ccd9601

Please sign in to comment.