mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Sort imports according to PEP8 for 'script' folder (#29790)
This commit is contained in:
committed by
Franck Nijhof
parent
3a28361beb
commit
5cb6d1b21f
@@ -6,7 +6,6 @@ from voluptuous.humanize import humanize_error
|
||||
|
||||
from .model import Integration
|
||||
|
||||
|
||||
MANIFEST_SCHEMA = vol.Schema(
|
||||
{
|
||||
vol.Required("domain"): str,
|
||||
|
||||
Reference in New Issue
Block a user