Skip to content

Commit 77b91d1

Browse files
add trailing comma in imports tuple -- for linter
1 parent ef6805f commit 77b91d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_led_animation/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
pixel_object_auto_write,
3535
pixel_object_auto_write_set,
3636
pixel_object_brightness,
37-
pixel_object_brightness_set
37+
pixel_object_brightness_set,
3838
)
3939

4040

0 commit comments

Comments
 (0)