diff --git a/esphome/dashboard/util.py b/esphome/dashboard/util.py index 72c0605972..7b6572b989 100644 --- a/esphome/dashboard/util.py +++ b/esphome/dashboard/util.py @@ -1,9 +1,9 @@ import hashlib import unicodedata +from collections.abc import Iterable from functools import partial from itertools import islice from typing import Any -from collections.abc import Iterable from esphome.const import ALLOWED_NAME_CHARS