[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

@ -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)
}
}