[ci] auto-format

This commit is contained in:
Freaku17 2025-02-08 11:38:16 +00:00 committed by github-actions[bot]
parent f76c69f2a0
commit 6bf081a586
5 changed files with 17 additions and 15 deletions

View file

@ -269,6 +269,8 @@ def new_chat_message(*args, **kwargs):
bs.chatmessage = new_chat_message
# ba_meta export plugin
class byFreaku(babase.Plugin):
def on_app_running(self):
pass

View file

@ -32,4 +32,4 @@ class IconKeyboard(bauiv1.Keyboard):
pages = {
f'icon{i//26+1}': tuple(list_of_icons[i:i+26])
for i in range(26, len(list_of_icons), 26)
}
}