Skip to content

Commit

Permalink
Undo changes to structs.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Nov 16, 2024
1 parent 3b40f1d commit 551ea69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiokafka/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ class RecordMetadata(NamedTuple):
""


KT = TypeVar("KT", covariant=True)
VT = TypeVar("VT", covariant=True)
KT = TypeVar("KT")
VT = TypeVar("VT")


@dataclass
Expand Down

0 comments on commit 551ea69

Please sign in to comment.