diff 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
line wrap: on
line diff
--- a/keyboard_colors/custom/custom.py	Wed Jan 27 21:02:30 2021 -0500
+++ b/keyboard_colors/custom/custom.py	Tue Feb 02 19:46:01 2021 -0500
@@ -1,8 +1,9 @@
 from keyboard_colors.color_profile import ColorProfileBase
 
+
 class ColorProfile(ColorProfileBase):
 
-	type_name = 'Custom colors'
+    type_name = 'Custom colors'
 
-	def __init__(self):
-		super().__init__()
\ No newline at end of file
+    def __init__(self):
+        super().__init__()