From e9a98e1b4ad32598ea6f5103c5e91973bd731cdb Mon Sep 17 00:00:00 2001 From: Rob Berwick Date: Wed, 27 Mar 2013 20:47:16 +0000 Subject: [PATCH] Remove unused parameter from get_color --- blinkstick/blinkstick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blinkstick/blinkstick.py b/blinkstick/blinkstick.py index c60920f..9951bbd 100644 --- a/blinkstick/blinkstick.py +++ b/blinkstick/blinkstick.py @@ -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: