mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Sort imports according to PEP8 for 'script' folder (#29790)
This commit is contained in:
committed by
Franck Nijhof
parent
3a28361beb
commit
5cb6d1b21f
@@ -4,12 +4,12 @@ Lazy 'tox' to quickly check if branch is up to PR standards.
|
||||
|
||||
This is NOT a tox replacement, only a quick check during development.
|
||||
"""
|
||||
import os
|
||||
import asyncio
|
||||
import sys
|
||||
from collections import namedtuple
|
||||
import os
|
||||
import re
|
||||
import shlex
|
||||
from collections import namedtuple
|
||||
import sys
|
||||
|
||||
try:
|
||||
from colorlog.escape_codes import escape_codes
|
||||
|
||||
Reference in New Issue
Block a user