Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
KurosawaAngel committed Feb 27, 2024
1 parent 07786fe commit 65a5cef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/aiogram_dialog/widgets/kbd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
from aiogram_dialog.api.internal import KeyboardWidget, RawKeyboard
from aiogram_dialog.api.protocols import DialogManager, DialogProtocol
from aiogram_dialog.widgets.common import (
Actionable, Whenable, WhenCondition,
Actionable,
Whenable,
WhenCondition,
)


Expand Down Expand Up @@ -134,7 +136,7 @@ async def _render_keyboard(
if res and any(res):
return res
return []

async def _process_other_callback(
self,
callback: CallbackQuery,
Expand Down

0 comments on commit 65a5cef

Please sign in to comment.