format files with black
This commit is contained in:
@@ -8,12 +8,12 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ohlhafv', '0001_initial'),
|
||||
("ohlhafv", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='ohlhafvchallenge',
|
||||
name='challenger_email',
|
||||
model_name="ohlhafvchallenge",
|
||||
name="challenger_email",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user