]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py
an attempt to auto-reformat using black
[Adafruit_Blinka-hackapet.git] / src / adafruit_blinka / microcontroller / rockchip / rk3399_t / pin.py
index f8a8abda98592b5aec80619ff48e555e172816ee..e72e45b011fc5a0fa344a89c59bb5b881d863dae 100644 (file)
@@ -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),)