Fix indent
This commit is contained in:
parent
a0ab356936
commit
ba836c2e36
1 changed files with 3 additions and 3 deletions
|
@ -137,9 +137,9 @@ class TestFilterSensor(unittest.TestCase):
|
|||
lower = 10
|
||||
upper = 20
|
||||
filt = RangeFilter(1, None,
|
||||
entity=None,
|
||||
lower_bound=lower,
|
||||
upper_bound=upper)
|
||||
entity=None,
|
||||
lower_bound=lower,
|
||||
upper_bound=upper)
|
||||
for state in self.values:
|
||||
filtered = filt.filter_state(state)
|
||||
if state < lower:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue