Skip to content

Commit

Permalink
Merge pull request #1872 from bosh/patch-3
Browse files Browse the repository at this point in the history
shh pylint, we need those locals
  • Loading branch information
avanwinkle authored Feb 10, 2025
2 parents 5d4c1fa + 79b8b1e commit d1552a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpf/platforms/pin2dmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def _send_brightness(self, brightness):

self.device.write(0x01, data)

# pylint: disable-msg=too-many-locals
def _send_frame(self, buffer):
if self.resolution == "128x32":
elements = 2048
Expand Down

0 comments on commit d1552a5

Please sign in to comment.