Skip to content

Commit

Permalink
Disable lint for crickit global
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Jun 30, 2018
1 parent 381789d commit bcf1c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_crickit/crickit.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def reset(self):
"""Reset the whole Crickit board."""
self._seesaw.sw_reset()

crickit = None
crickit = None # pylint: disable=invalid-name
"""A singleton instance to control a single Crickit board, controlled by the default I2C pins."""

# Sphinx's board is missing real pins so skip the constructor in that case.
Expand Down

0 comments on commit bcf1c0b

Please sign in to comment.