From f3c46a45078b6f0bd5104ed5f692f00c48cce280 Mon Sep 17 00:00:00 2001 From: Liz Date: Fri, 6 Jun 2025 12:53:17 -0400 Subject: [PATCH] lint --- LED_Matrix_Clock/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LED_Matrix_Clock/code.py b/LED_Matrix_Clock/code.py index 4a664f8c7..3244383fe 100644 --- a/LED_Matrix_Clock/code.py +++ b/LED_Matrix_Clock/code.py @@ -128,7 +128,7 @@ class Display: self.matrix1.show() self.matrix2.show() - def pixel(self, matrix, x, y, color): + def pixel(self, matrix, x, y, color): # pylint: disable=no-self-use """Draw a pixel with 180-degree rotation""" fx, fy = 12 - x, 8 - y if 0 <= fx < 13 and 0 <= fy < 9: