mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +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:
@@ -2,8 +2,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from abc import abstractmethod
|
||||
from collections.abc import Mapping
|
||||
import logging
|
||||
from typing import Any, Callable, Mapping
|
||||
from typing import Any, Callable
|
||||
|
||||
from pyclimacell.const import CURRENT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user