Skip to content

Commit 92bd536

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 029ab04 commit 92bd536

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

debunkbot/migrations/0027_auto_20220303_0730.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ class Migration(migrations.Migration):
1212
migrations.AlterField(
1313
model_name="googlesheetcredentials",
1414
name="credentials",
15-
field=models.JSONField(
16-
help_text="The service account key needed by \
17-
the application to access Google Sheet data."
18-
),
15+
field=models.JSONField(help_text="The service account key needed by \
16+
the application to access Google Sheet data."),
1917
),
2018
migrations.AlterField(
2119
model_name="impact",

manage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22
"""Django's command-line utility for administrative tasks."""
3+
34
import os
45
import sys
56

0 commit comments

Comments
 (0)