Skip to content

Commit ccc222b

Browse files
committed
Run black
1 parent a47dc76 commit ccc222b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example_project/example/migrations/0003_auto_trigger_taskpriorityselection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
77
"""Adds an auto-generated trigger for a django-tenant-options Selection model."""
88

99
dependencies = [
10-
('example', '0002_initial'),
10+
("example", "0002_initial"),
1111
]
1212

1313
operations = [

example_project/example/migrations/0004_auto_trigger_taskstatusselection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
77
"""Adds an auto-generated trigger for a django-tenant-options Selection model."""
88

99
dependencies = [
10-
('example', '0003_auto_trigger_taskpriorityselection'),
10+
("example", "0003_auto_trigger_taskpriorityselection"),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)