Skip to content

Commit 309d248

Browse files
committed
remove pylint directive not understood by 1.9.2
1 parent 22432fe commit 309d248

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_seesaw/seesaw.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ def sw_reset(self):
160160
.format(chip_id, _HW_ID_CODE))
161161

162162
pid = self.get_version() >> 16
163-
# pylint: disable=import-outside-toplevel
164163
if pid == _CRICKIT_PID:
165164
from adafruit_seesaw.crickit import Crickit_Pinmap
166165
self.pin_mapping = Crickit_Pinmap
@@ -170,7 +169,6 @@ def sw_reset(self):
170169
else:
171170
from adafruit_seesaw.samd09 import SAMD09_Pinmap
172171
self.pin_mapping = SAMD09_Pinmap
173-
# pylint: enable=import-outside-toplevel
174172

175173
def get_options(self):
176174
"""Retrieve the 'options' word from the SeeSaw board"""

0 commit comments

Comments
 (0)