Sort imports according to PEP8 for components starting with "F" (#29766)
This commit is contained in:
parent
f9e06ca2fd
commit
ca0fad2cbb
34 changed files with 143 additions and 144 deletions
|
@ -1,11 +1,11 @@
|
|||
"""The tests for the folder sensor."""
|
||||
import unittest
|
||||
import os
|
||||
import unittest
|
||||
|
||||
from homeassistant.components.folder.sensor import CONF_FOLDER_PATHS
|
||||
from homeassistant.setup import setup_component
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
CWD = os.path.join(os.path.dirname(__file__))
|
||||
TEST_FOLDER = "test_folder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue