fix lint errors
This commit is contained in:
parent
25ebc87db8
commit
e72c7c3a9a
3 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Generated by Django 2.2.9 on 2020-01-23 21:36
|
||||
|
||||
import django.core.validators
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
|
@ -1,6 +1,6 @@
|
|||
# Generated by Django 2.2.9 on 2020-01-23 22:28
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
import judge.models.problem_data
|
||||
import judge.utils.problem_data
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue