Skip to content

Commit

Permalink
style: black it, woops
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoStorm96 committed Sep 17, 2024
1 parent 6863740 commit 4f71abd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proposals/utils/pdf_diff_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,9 +1210,7 @@ def create_context_diff(context, old_proposal, new_proposal):

sections.append(
DiffSection(
*multi_sections(
DMPFileSection, [old_proposal, new_proposal]
)
*multi_sections(DMPFileSection, [old_proposal, new_proposal])
)
)

Expand Down

0 comments on commit 4f71abd

Please sign in to comment.