Reformat using black
This commit is contained in:
parent
efee4ad081
commit
a87fb49918
221 changed files with 19127 additions and 7310 deletions
|
@ -3,12 +3,12 @@ from django.db import migrations
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('judge', '0093_contest_moss'),
|
||||
("judge", "0093_contest_moss"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='submissiontestcase',
|
||||
unique_together={('submission', 'case')},
|
||||
name="submissiontestcase",
|
||||
unique_together={("submission", "case")},
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue