Skip to content

Commit

Permalink
fix (#1574): use typing_extensions.TypedDict
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jul 9, 2024
1 parent 727619e commit 90a78a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion faststream/confluent/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from enum import Enum
from typing import Any, Callable, TypedDict
from typing import Any, Callable

from typing_extensions import TypedDict


class BuiltinFeatures(Enum):
Expand Down

0 comments on commit 90a78a1

Please sign in to comment.