Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Update fill_database_mock.py
Browse files Browse the repository at this point in the history
ruff check fix
  • Loading branch information
rvdkeere committed Apr 18, 2024
1 parent d81fbe7 commit f55f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/fill_database_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from create_database_tables import initialize_tables
from db.extensions import engine
from db.models import SubmissionState, SubjectInput
from db.models import SubjectInput, SubmissionState
from domain.logic.admin import create_admin
from domain.logic.group import add_student_to_group, create_group
from domain.logic.project import create_project
Expand Down

0 comments on commit f55f570

Please sign in to comment.