Fix style issues

This commit is contained in:
Paulus Schoutsen 2015-03-16 22:45:42 -07:00
parent 83d83a09b5
commit b459a29947
2 changed files with 22 additions and 23 deletions

View file

@ -169,7 +169,7 @@ def load_order_components(components):
# Push recorder to first place in load order
if 'recorder' in load_order:
load_order.promote('recorder'.DOMAIN)
load_order.promote('recorder')
return load_order