Skip to content

Commit

Permalink
Undo manual formatting to make the checks pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperpONS committed Jan 9, 2025
1 parent 186f966 commit 8ab6ac1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cms/methodology/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ class MethodologyPage(BasePage): # type: ignore[django-manager-missing]
[
FieldRowPanel(
[
FieldPanel("publication_date",),
FieldPanel(
"publication_date",
),
FieldPanel("last_revised_date"),
]
),
Expand Down

0 comments on commit 8ab6ac1

Please sign in to comment.