From: Melissa LeBlanc-Williams Date: Thu, 20 Jun 2024 18:09:56 +0000 (-0700) Subject: Remove unused variable X-Git-Tag: 8.44.3^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/715836ce99ac45a5e95b6005c2e445337e59e5ae Remove unused variable --- diff --git a/setup.py b/setup.py index 0effb9a..1889573 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ with io.open(os.path.join(here, "README.rst"), encoding="utf-8") as f: long_description = "\n" + f.read() board_reqs = [] -platform_reqs = [] if os.path.exists("/proc/device-tree/compatible"): with open("/proc/device-tree/compatible", "rb") as f: compat = f.read()