From 484adf0b03f57a16401f47d5546195f3e9fe8636 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 27 Jan 2025 12:55:22 -0800 Subject: [PATCH] Run pre-commit --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6d08431..efeab2e 100755 --- a/setup.py +++ b/setup.py @@ -44,9 +44,7 @@ if os.path.exists("/proc/device-tree/compatible"): ): board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0"] # BeagleBone Black, Green, PocketBeagle, BeagleBone AI, etc. - elif ( - b"ti,am335x" in compat - ): + elif b"ti,am335x" in compat: board_reqs = ["Adafruit_BBIO"] setup( -- 2.49.0