From f442d7f4af65960edd03dccd39634b25f3987feb Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Thu, 9 Feb 2023 09:05:17 +0100 Subject: [PATCH] an attempt to auto-reformat using black --- src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py b/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py index f8a8abd..e72e45b 100644 --- a/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py +++ b/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py @@ -72,9 +72,7 @@ i2cPorts = ( spiPorts = ((1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO),) # SysFS pwm outputs, pwm channel and pin in first tuple -pwmOuts = ( - ((0, 0), PWM0), -) +pwmOuts = (((0, 0), PWM0),) # SysFS analog inputs, Ordered as analog analogInId, device, and channel analogIns = ((ADC_IN0, 0, 0),) -- 2.49.0