Skip to content

Commit 1f0f600

Browse files
pylint
1 parent 44b9ec0 commit 1f0f600

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
@@ -619,7 +619,7 @@ def any_maaxboard(self):
619619
def any_embedded_linux(self):
620620
"""Check whether the current board is any embedded Linux device."""
621621

622-
def lazily_generate_linux_conditions():
622+
def lazily_generate_conditions():
623623
yield self.any_raspberry_pi_40_pi
624624
yield self.any_raspberry_pi
625625
yield self.any_beaglebone

0 commit comments

Comments
 (0)