Skip to content

Commit

Permalink
Unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Nov 3, 2024
1 parent 867069f commit 5cbe7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiokafka/structs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations
from collections.abc import Sequence
from dataclasses import dataclass
from typing import Generic, NamedTuple, Optional, Sequence, TypeVar
from typing import Generic, NamedTuple, Optional, TypeVar

from aiokafka.errors import KafkaError

Expand Down

0 comments on commit 5cbe7ab

Please sign in to comment.