mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-06 04:48:27 +02:00
[code-quality] Organise core imports (#7149)
This commit is contained in:
+2
-3
@@ -1,13 +1,12 @@
|
||||
from typing import Union
|
||||
|
||||
import collections
|
||||
import io
|
||||
import logging
|
||||
import os
|
||||
from pathlib import Path
|
||||
import re
|
||||
import subprocess
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from typing import Union
|
||||
|
||||
from esphome import const
|
||||
|
||||
|
||||
Reference in New Issue
Block a user