Skip to content

Commit

Permalink
rff
Browse files Browse the repository at this point in the history
  • Loading branch information
Snorre98 committed Nov 3, 2024
1 parent 6f8c464 commit b1baff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_priority_for_user(user, recruitment):
return existing_count + 1


def seed():
def seed(): # noqa: C901
"""
Seeds recruitment applications with realistic data while respecting application
constraints and deadlines.
Expand Down

0 comments on commit b1baff2

Please sign in to comment.