Skip to content

Commit

Permalink
Remove unused parameter from get_color
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Berwick committed Mar 27, 2013
1 parent eaebda3 commit e9a98e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinkstick/blinkstick.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _get_color(self):

return color

def get_color(self, format=None):
def get_color(self):
"""Get the color to the device as Color namedtuple
Returns:
Expand Down

0 comments on commit e9a98e1

Please sign in to comment.