Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Sep 26, 2023
1 parent c322f43 commit 2267a01
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tethys_apps/migrations/0003_proxyapp_display_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@


class Migration(migrations.Migration):

dependencies = [
('tethys_apps', '0002_auto_20230407_2337'),
("tethys_apps", "0002_auto_20230407_2337"),
]

operations = [
migrations.AddField(
model_name='proxyapp',
name='display_external',
model_name="proxyapp",
name="display_external",
field=models.BooleanField(default=False),
),
]

0 comments on commit 2267a01

Please sign in to comment.