Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishka17 committed May 12, 2024
1 parent fee9fc1 commit e2a7e63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/aiogram_dialog/widgets/kbd/calendar_kbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,10 @@ async def _handle_click_date(
self, data: str, manager: DialogManager,
) -> None:
await self.on_click.process_event(
manager.event, self.managed(manager), manager, date_from_raw(int(data))
manager.event,
self.managed(manager),
manager,
date_from_raw(int(data)),
)

async def _process_item_callback(
Expand Down

0 comments on commit e2a7e63

Please sign in to comment.