comparison keyboard_colors/custom/custom.py @ 1:b6d0a1e6ba3a

Linter cleanup
author Brad Greco <brad@bgreco.net>
date Tue, 02 Feb 2021 19:46:01 -0500
parents 11a9d346aa7a
children eb2aa09653bd
comparison
equal deleted inserted replaced
0:11a9d346aa7a 1:b6d0a1e6ba3a
1 from keyboard_colors.color_profile import ColorProfileBase 1 from keyboard_colors.color_profile import ColorProfileBase
2
2 3
3 class ColorProfile(ColorProfileBase): 4 class ColorProfile(ColorProfileBase):
4 5
5 type_name = 'Custom colors' 6 type_name = 'Custom colors'
6 7
7 def __init__(self): 8 def __init__(self):
8 super().__init__() 9 super().__init__()