Skip to content

Commit

Permalink
Merge pull request #1 from ov1d1u/dev
Browse files Browse the repository at this point in the history
Import NotRequired from typing
  • Loading branch information
ov1d1u authored Nov 17, 2023
2 parents cd6d971 + 35abe30 commit b499b4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/opentherm/schema.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# This file contains a schema for all supported sensors, binary sensors and
# inputs of the OpenTherm component.

from typing import Dict, Generic, Tuple, TypeVar, TypedDict
from typing_extensions import NotRequired
from typing import Dict, Generic, Tuple, TypeVar, TypedDict, NotRequired

from esphome.const import (
UNIT_CELSIUS,
Expand Down

0 comments on commit b499b4f

Please sign in to comment.