Skip to content

Commit

Permalink
Line too long fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Oct 21, 2017
1 parent 803b95b commit 1af39e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miio/philips_bulb.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ def status(self) -> PhilipsBulbStatus:
"count (%s) of received values.",
properties_count, values_count)

return PhilipsBulbStatus(defaultdict(lambda: None, zip(properties, values)))
return PhilipsBulbStatus(
defaultdict(lambda: None, zip(properties, values)))

0 comments on commit 1af39e5

Please sign in to comment.