Skip to content

Commit db2930f

Browse files
pre-commit-ci[bot]jackton1
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 552f063 commit db2930f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

migrations/0002_alter_testmodel_active.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-
('demo', '0001_initial'),
9+
("demo", "0001_initial"),
1010
]
1111

1212
operations = [
1313
migrations.AlterField(
14-
model_name='testmodel',
15-
name='active',
14+
model_name="testmodel",
15+
name="active",
1616
field=models.BooleanField(default=True),
1717
),
1818
]

0 commit comments

Comments
 (0)