From 5cbe7aba119a37ee79ed3d26dc2e3bd74990ecd4 Mon Sep 17 00:00:00 2001 From: Jack Leow Date: Sun, 3 Nov 2024 01:24:43 -0700 Subject: [PATCH] Unused import. --- aiokafka/structs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiokafka/structs.py b/aiokafka/structs.py index f89f25a5..dc218dfa 100644 --- a/aiokafka/structs.py +++ b/aiokafka/structs.py @@ -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