Skip to content

Commit 816d3ed

Browse files
committed
Fix lint
1 parent 138074c commit 816d3ed

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

python/sentry_kafka_schemas/codecs/protobuf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import TypeVar, cast
1+
from typing import TypeVar
22

33
from google.protobuf.message import Message as ProtoMessage
44
from sentry_kafka_schemas.codecs import Codec, ValidationError

python/tests/test_codecs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from typing import Any, TypedDict
55

66
import pytest
7-
from google.protobuf.message import DecodeError
87
from google.protobuf.timestamp_pb2 import Timestamp
98
from sentry_kafka_schemas.codecs import Codec, ValidationError
109
from sentry_kafka_schemas.codecs.json import JsonCodec

python/tests/test_valid_topic_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
import fastjsonschema
55
from sentry_kafka_schemas import get_codec, get_topic, list_topics
6-
from sentry_kafka_schemas.codecs.protobuf import ProtobufCodec
76
from yaml import safe_load
87

98
_SCHEMAS = Path(__file__).parents[2].joinpath("schemas/")

0 commit comments

Comments
 (0)