1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-28 11:13:09 +01:00

[code-quality] Organise script imports ()

This commit is contained in:
Jesse Hills
2024-08-07 15:46:37 +12:00
committed by GitHub
parent 1e63fddf36
commit 73f786c606
8 changed files with 45 additions and 50 deletions

@ -1,13 +1,13 @@
#!/usr/bin/env python3
from pathlib import Path
import sys
import argparse
from collections import defaultdict
from pathlib import Path
import sys
from esphome.helpers import write_file_if_changed
from esphome.config import get_component, get_platform
from esphome.core import CORE
from esphome.const import KEY_CORE, KEY_TARGET_FRAMEWORK
from esphome.core import CORE
from esphome.helpers import write_file_if_changed
parser = argparse.ArgumentParser()
parser.add_argument(