mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +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,9 +1,10 @@
|
||||
"""Module to coordinate user intentions."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Iterable
|
||||
import logging
|
||||
import re
|
||||
from typing import Any, Callable, Dict, Iterable
|
||||
from typing import Any, Callable, Dict
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user