Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaesousa committed Jun 21, 2024
1 parent ab70622 commit b10edd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comptages/comptages.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@ def do_generate_report_action(self, count_id):
)

if report_selection_dialog.exec_():
selected_sections_dates: dict[
str, list[date]
] = report_selection_dialog.get_inputs()
selected_sections_dates: dict[str, list[date]] = (
report_selection_dialog.get_inputs()
)
date_choosen = list()
for selsec in selected_sections_dates:
date_choosen.extend(selected_sections_dates[selsec])
Expand Down

0 comments on commit b10edd7

Please sign in to comment.