Run black over entire codebase
This commit is contained in:
@ -7,14 +7,10 @@ from django.db import migrations
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0001_initial'),
|
||||
]
|
||||
dependencies = [("map", "0001_initial")]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='casestudy',
|
||||
old_name='location',
|
||||
new_name='geom',
|
||||
),
|
||||
model_name="casestudy", old_name="location", new_name="geom"
|
||||
)
|
||||
]
|
||||
|
Reference in New Issue
Block a user