Skip to content

Commit

Permalink
pleasing pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 25, 2020
1 parent a74ebda commit 0bbedf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuitpython_cirque_pinnacle.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _era_write_bytes(self, reg, value, numb_bytes):
self.clear_flags()
self.feed_enable = prev_feed_state # resume previous feed state

# pylint: disable=no-member
# pylint: disable=no-member,too-few-public-methods
class PinnacleTouchI2C(PinnacleTouch):
"""Parent class for interfacing with the Pinnacle ASIC via the I2C protocol."""
def __init__(self, i2c, address=0x2A, dr_pin=None):
Expand Down

0 comments on commit 0bbedf4

Please sign in to comment.