1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-21 07:48:01 +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,8 +1,8 @@
import json
import os.path
from pathlib import Path
import re
import subprocess
from pathlib import Path
import colorama