mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Update typing syntax (#49480)
* Update typing syntax * Replace typing imports with ones from collections where possible * Changes after review
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""Location helpers for Home Assistant."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Iterable
|
||||
import logging
|
||||
from typing import Iterable
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user