Skip to content

Commit 44b9ec0

Browse files
omg
1 parent b609c90 commit 44b9ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def any_embedded_linux(self):
620620
"""Check whether the current board is any embedded Linux device."""
621621

622622
def lazily_generate_linux_conditions():
623-
yield self.any_raspberry_pi_40_pi,
623+
yield self.any_raspberry_pi_40_pi
624624
yield self.any_raspberry_pi
625625
yield self.any_beaglebone
626626
yield self.any_orange_pi

0 commit comments

Comments
 (0)