mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Sort imports according to PEP8 for 'script' folder (#29790)
This commit is contained in:
committed by
Franck Nijhof
parent
3a28361beb
commit
5cb6d1b21f
@ -4,9 +4,8 @@ import json
|
||||
from homeassistant.util import slugify
|
||||
|
||||
from .const import COMPONENT_DIR
|
||||
from .model import Info
|
||||
from .error import ExitApp
|
||||
|
||||
from .model import Info
|
||||
|
||||
CHECK_EMPTY = ["Cannot be empty", lambda value: value]
|
||||
|
||||
|
Reference in New Issue
Block a user