use isort to sort imports according to PEP8 for binary_sensor (#29622)
This commit is contained in:
parent
f5288db93c
commit
8f5e8c72c6
6 changed files with 24 additions and 23 deletions
|
@ -3,7 +3,7 @@ import unittest
|
|||
from unittest import mock
|
||||
|
||||
from homeassistant.components import binary_sensor
|
||||
from homeassistant.const import STATE_ON, STATE_OFF
|
||||
from homeassistant.const import STATE_OFF, STATE_ON
|
||||
|
||||
|
||||
class TestBinarySensor(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue