Skip to content

Commit e110da7

Browse files
committed
Black formatted
1 parent 8a40d77 commit e110da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_matrixportal/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ def __init__(self, *, width=64, height=32, bit_depth=2, alt_addr_pins=None):
102102
)
103103
self.display = framebufferio.FramebufferDisplay(matrix)
104104
except ValueError:
105-
raise RuntimeError("Failed to initialize RGB Matrix") from ValueError
105+
raise RuntimeError("Failed to initialize RGB Matrix") from ValueError

0 commit comments

Comments
 (0)