mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
PEP8 styling fix for State
This commit is contained in:
parent
659f185252
commit
1ba7d583cc
@ -290,7 +290,7 @@ class Bus(object):
|
|||||||
class State(object):
|
class State(object):
|
||||||
""" Object to represent a state within the state machine. """
|
""" Object to represent a state within the state machine. """
|
||||||
|
|
||||||
__slots__ = ['entity_id','state','attributes','last_changed']
|
__slots__ = ['entity_id', 'state', 'attributes', 'last_changed']
|
||||||
|
|
||||||
def __init__(self, entity_id, state, attributes=None, last_changed=None):
|
def __init__(self, entity_id, state, attributes=None, last_changed=None):
|
||||||
self.entity_id = entity_id
|
self.entity_id = entity_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user