use isort to sort imports according to PEP8 for binary_sensor (#29622)

This commit is contained in:
Bas Nijholt 2019-12-08 17:32:08 +01:00 committed by Fabian Affolter
parent f5288db93c
commit 8f5e8c72c6
6 changed files with 24 additions and 23 deletions

View file

@ -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):