Sort imports according to PEP8 for components starting with "P" (#29775)
This commit is contained in:
parent
5cdaff5405
commit
21816eeed4
25 changed files with 73 additions and 78 deletions
|
@ -1,11 +1,11 @@
|
|||
"""Test the python_script component."""
|
||||
import asyncio
|
||||
import logging
|
||||
from unittest.mock import patch, mock_open
|
||||
from unittest.mock import mock_open, patch
|
||||
|
||||
from homeassistant.components.python_script import DOMAIN, FOLDER, execute
|
||||
from homeassistant.helpers.service import async_get_all_descriptions
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components.python_script import DOMAIN, execute, FOLDER
|
||||
|
||||
from tests.common import patch_yaml_files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue