Sort imports according to PEP8 for components starting with "B" (#29762)
This commit is contained in:
parent
df74272ba6
commit
73de69896b
23 changed files with 59 additions and 61 deletions
|
@ -1,8 +1,8 @@
|
|||
"""The test for the bayesian sensor platform."""
|
||||
import unittest
|
||||
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.components.bayesian import binary_sensor as bayesian
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue