Skip to content

Commit 242a325

Browse files
committed
Run pre-commit
1 parent 0436cf8 commit 242a325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/displayio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
"""Implementation of minimal displayio subset for testing"""
66

7+
78
# pylint: disable=all
89
class Bitmap:
910
def __init__(self, width, height, color_count):

0 commit comments

Comments
 (0)