Skip to content

Commit

Permalink
Use Generator from abc instead of typing_extensions in Matter discove…
Browse files Browse the repository at this point in the history
…ry (#121236)

Use Generator from abc instead of typing_extensions
  • Loading branch information
marcelveldt authored Jul 4, 2024
1 parent 79f4cc9 commit df1b02d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/matter/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

from __future__ import annotations

from collections.abc import Generator

from chip.clusters.Objects import ClusterAttributeDescriptor
from matter_server.client.models.node import MatterEndpoint
from typing_extensions import Generator

from homeassistant.const import Platform
from homeassistant.core import callback
Expand Down

0 comments on commit df1b02d

Please sign in to comment.