We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec95b17 commit 67854a2Copy full SHA for 67854a2
adafruit_platformdetect/constants/boards.py
@@ -1,6 +1,5 @@
1
"""Definition of boards and/or ids"""
2
# Allow for aligned constant definitions:
3
-# pylint: disable=bad-whitespace
4
BEAGLEBONE = "BEAGLEBONE"
5
BEAGLEBONE_BLACK = "BEAGLEBONE_BLACK"
6
BEAGLEBONE_BLUE = "BEAGLEBONE_BLUE"
@@ -107,8 +106,6 @@
107
106
UDOO_BOLT_V8 = "UDOO_BOLT_V8"
108
UDOO_X86 = "UDOO_X86"
109
110
-# pylint: enable=bad-whitespace
111
-
112
# Asus Tinkerboard
113
_ASUS_TINKER_BOARD_IDS = (ASUS_TINKER_BOARD,)
114
0 commit comments