Sort imports according to PEP8 for 'script' folder (#29790)

This commit is contained in:
Bas Nijholt
2019-12-09 16:24:03 +01:00
committed by Franck Nijhof
parent 3a28361beb
commit 5cb6d1b21f
36 changed files with 69 additions and 67 deletions

View File

@@ -2,8 +2,8 @@
import pathlib
import sys
from .model import Integration, Config
from . import codeowners, config_flow, dependencies, manifest, services, ssdp, zeroconf
from .model import Config, Integration
PLUGINS = [codeowners, config_flow, dependencies, manifest, services, ssdp, zeroconf]