Skip to content

Commit 7bcaf56

Browse files
committed
formatting
1 parent 4ea00ab commit 7bcaf56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/shared/shared/mapping/migrations/0011_scanreport_upload_status_details.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('mapping', '0010_scanreportconcept_confidence_and_more'),
9+
("mapping", "0010_scanreportconcept_confidence_and_more"),
1010
]
1111

1212
operations = [
1313
migrations.AddField(
14-
model_name='scanreport',
15-
name='upload_status_details',
14+
model_name="scanreport",
15+
name="upload_status_details",
1616
field=models.TextField(blank=True, null=True),
1717
),
1818
]

0 commit comments

Comments
 (0)