Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Jan 31, 2024
1 parent f0c5264 commit d769cc6
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 @@ -545,9 +545,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()
)
title = "Exporter un rapport"

path = self.settings.value("report_export_directory")
Expand Down

0 comments on commit d769cc6

Please sign in to comment.