Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and jackton1 committed Jul 5, 2021
1 parent b3f6c29 commit eb59eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions migrations/0002_alter_testmodel_active.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
class Migration(migrations.Migration):

dependencies = [
('demo', '0001_initial'),
("demo", "0001_initial"),
]

operations = [
migrations.AlterField(
model_name='testmodel',
name='active',
model_name="testmodel",
name="active",
field=models.BooleanField(default=True),
),
]

0 comments on commit eb59eac

Please sign in to comment.