Update typing - collections.abc (1) (#63933)

* Update typing - collections.abc (1)

* Additional typing updates
This commit is contained in:
Marc Mueller 2022-01-12 07:56:35 +01:00 committed by GitHub
parent 789c0a24dd
commit 12757a8cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 38 additions and 23 deletions

View file

@ -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