Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Sep 28, 2023
1 parent 7f63877 commit f793e67
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@


class Migration(migrations.Migration):

dependencies = [
('tethys_apps', '0003_proxyapp_display_external'),
("tethys_apps", "0003_proxyapp_display_external"),
]

operations = [
migrations.RenameField(
model_name='proxyapp',
old_name='display_external',
new_name='display_external_icon',
model_name="proxyapp",
old_name="display_external",
new_name="display_external_icon",
),
]

0 comments on commit f793e67

Please sign in to comment.