Skip to content

Commit 4889ac4

Browse files
committed
blacken
1 parent 8051047 commit 4889ac4

File tree

1 file changed

+1
-0
lines changed
  • src/adafruit_blinka/microcontroller/generic_agnostic_board

1 file changed

+1
-0
lines changed

src/adafruit_blinka/microcontroller/generic_agnostic_board/neopixel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# SPDX-License-Identifier: MIT
44
"""NeoPixel write mocks for a generic board."""
55

6+
67
# pylint: disable=unused-argument
78
def neopixel_write(gpio, buf):
89
"""Mocks a neopixel_write function"""

0 commit comments

Comments
 (0)