From 64734e4aedadb89fbd0c04c0d874f698d32b356d Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 10 Feb 2022 10:42:50 -0800 Subject: [PATCH] Run black --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35b023e..db820f2 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,10 @@ setup( "rainbowio", ], package_data={ - "adafruit_blinka.microcontroller.bcm283x.pulseio": ["libgpiod_pulsein", "libgpiod_pulsein64"] + "adafruit_blinka.microcontroller.bcm283x.pulseio": [ + "libgpiod_pulsein", + "libgpiod_pulsein64", + ] }, install_requires=[ "Adafruit-PlatformDetect>=3.13.0", -- 2.49.0