mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 06:20:07 +00:00
Sort imports according to PEP8 for components starting with "P" (#29775)
This commit is contained in:
committed by
Franck Nijhof
parent
5cdaff5405
commit
21816eeed4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user