mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Update typing - collections.abc (1) (#63933)
* Update typing - collections.abc (1) * Additional typing updates
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""Typing Helpers for Home Assistant."""
|
||||
from collections.abc import Mapping
|
||||
from enum import Enum
|
||||
from typing import Any, Mapping, Optional, Union
|
||||
from typing import Any, Optional, Union
|
||||
|
||||
import homeassistant.core
|
||||
|
||||
|
Reference in New Issue
Block a user