Skip to content

Commit 27b9f29

Browse files
committed
Made requested changes
1 parent 05118df commit 27b9f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_drv2605.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ def __iter__(self):
328328

329329
def __repr__(self):
330330
"""Return a string representation of all slot's effects."""
331-
return repr(list(effect for effect in self))
331+
return repr(list(self))

0 commit comments

Comments
 (0)