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,9 +1,10 @@
|
|||
"""The tests for the folder_watcher component."""
|
||||
from unittest.mock import Mock, patch
|
||||
import os
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from homeassistant.components import folder_watcher
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.common import MockDependency
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue