[ci] auto-format

This commit is contained in:
Freaku17 2023-12-16 06:48:26 +00:00 committed by github-actions[bot]
parent e3927b2651
commit 02da437aa4

View file

@ -7,8 +7,6 @@
# Tap bottom-left bomb button to cycle through different icons
# ba_meta require api 8
import babase
@ -27,10 +25,10 @@ class IconKeyboard(babase.Keyboard):
"""Keyboard go brrrrrrr"""
name = 'Icons by \ue048Freaku'
chars = [(list_of_icons[0:10]),
(list_of_icons[10:19]),
(list_of_icons[19:26])]
(list_of_icons[10:19]),
(list_of_icons[19:26])]
nums = ['' for i in range(26)]
pages = {
f'icon{i//26+1}': tuple(list_of_icons[i:i+26])
for i in range(26, len(list_of_icons), 26)
}
}