Skip to content

Commit

Permalink
DM: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed May 2, 2018
1 parent 698a4c6 commit e0fad93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_seesaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ def set_GPIO_interrupts(self, pins, enabled):
else:
self.write(_GPIO_BASE, _GPIO_INTENCLR, cmd)

#pylint: disable-msg=too-many-arguments
def get_neopixel(self, pin, n, bpp=3, brightness=1.0, auto_write=True,
pixel_order=None):
return SeesawNeopixel(self, pin, n, bpp=bpp, brightness=brightness,
Expand Down

0 comments on commit e0fad93

Please sign in to comment.