Skip to content

Commit 8a93e0c

Browse files
committed
linting
1 parent f891313 commit 8a93e0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_platformdetect/board.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
'19020e0', '29020e0', # warranty bits
268268
),
269269
RASPBERRY_PI_CM3_PLUS: (
270-
'a02100',
271-
'1a02100', '2a02100', # warranty bits
272-
),
270+
'a02100',
271+
'1a02100', '2a02100', # warranty bits
272+
),
273273
RASPBERRY_PI_4B: (
274274
'a03111', 'b03111', 'c03111',
275275
'1a03111', '2a03111', '1b03111', '2b03111', # warranty bits
@@ -434,7 +434,7 @@ def any_raspberry_pi_40_pin(self):
434434
def any_raspberry_pi_cm(self):
435435
"""Check whether the current board is any Compute Module Raspberry Pi."""
436436
return self.id in _RASPBERRY_PI_CM_IDS
437-
437+
438438
@property
439439
def any_beaglebone(self):
440440
"""Check whether the current board is any Beaglebone-family system."""

0 commit comments

Comments
 (0)