Fix formatting pylint comments in test (#15450)
This commit is contained in:
parent
1007bb83aa
commit
538236de8f
12 changed files with 32 additions and 64 deletions
|
@ -428,8 +428,7 @@ class TestComponentHistory(unittest.TestCase):
|
|||
history.CONF_ENTITIES: ['media_player.test']}}})
|
||||
self.check_significant_states(zero, four, states, config)
|
||||
|
||||
def check_significant_states(self, zero, four, states, config): \
|
||||
# pylint: disable=no-self-use
|
||||
def check_significant_states(self, zero, four, states, config):
|
||||
"""Check if significant states are retrieved."""
|
||||
filters = history.Filters()
|
||||
exclude = config[history.DOMAIN].get(history.CONF_EXCLUDE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue