all: Fix cases of Python variable assigned but never used.
This fixes ruff rule F841.
This commit is contained in:
committed by
Damien George
parent
79e57473b2
commit
2a1db770ce
@@ -216,8 +216,6 @@ class ILI9341:
|
||||
|
||||
self.write_cmd(0x2C)
|
||||
|
||||
num_of_pixels = self.height * self.width
|
||||
|
||||
for row in range(0, self.pages):
|
||||
for pixel_pos in range(0, 8):
|
||||
for col in range(0, self.width):
|
||||
|
||||
Reference in New Issue
Block a user