Skip to content

Commit 8c8b587

Browse files
authored
Fixed whitespace complains from Travis.
1 parent 19db4e5 commit 8c8b587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_seesaw/seesaw.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ def sw_reset(self):
157157
if pid == _CRICKIT_PID:
158158
from adafruit_seesaw.crickit import Crickit_Pinmap
159159
self.pin_mapping = Crickit_Pinmap
160-
elif pid == _ROBOHATMM1_PID:
161-
from adafruit_seesaw.robohat import MM1_Pinmap
162-
self.pin_mapping = MM1_Pinmap
160+
elif pid == _ROBOHATMM1_PID:
161+
from adafruit_seesaw.robohat import MM1_Pinmap
162+
self.pin_mapping = MM1_Pinmap
163163
else:
164164
from adafruit_seesaw.samd09 import SAMD09_Pinmap
165165
self.pin_mapping = SAMD09_Pinmap

0 commit comments

Comments
 (0)