Skip to content

Commit 67854a2

Browse files
committed
Remove bad-whitespace pylint option
1 parent ec95b17 commit 67854a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Definition of boards and/or ids"""
22
# Allow for aligned constant definitions:
3-
# pylint: disable=bad-whitespace
43
BEAGLEBONE = "BEAGLEBONE"
54
BEAGLEBONE_BLACK = "BEAGLEBONE_BLACK"
65
BEAGLEBONE_BLUE = "BEAGLEBONE_BLUE"
@@ -107,8 +106,6 @@
107106
UDOO_BOLT_V8 = "UDOO_BOLT_V8"
108107
UDOO_X86 = "UDOO_X86"
109108

110-
# pylint: enable=bad-whitespace
111-
112109
# Asus Tinkerboard
113110
_ASUS_TINKER_BOARD_IDS = (ASUS_TINKER_BOARD,)
114111

0 commit comments

Comments
 (0)