Skip to content

Commit b499b4f

Browse files
authored
Merge pull request #1 from ov1d1u/dev
Import NotRequired from typing
2 parents cd6d971 + 35abe30 commit b499b4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/opentherm/schema.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# This file contains a schema for all supported sensors, binary sensors and
22
# inputs of the OpenTherm component.
33

4-
from typing import Dict, Generic, Tuple, TypeVar, TypedDict
5-
from typing_extensions import NotRequired
4+
from typing import Dict, Generic, Tuple, TypeVar, TypedDict, NotRequired
65

76
from esphome.const import (
87
UNIT_CELSIUS,

0 commit comments

Comments
 (0)