File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ python_version = 3.11
44[mypy-setuptools]
55ignore_missing_imports = True
66
7-
87[mypy-rapidjson]
98ignore_missing_imports = True
109
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ pytest>=7.2.0
66pytest-xdist==3.2.0
77fastjsonschema==2.16.3
88jsonschema==4.17.3
9- types-protobuf==5.27.0.20240626
10- mypy-protobuf==3.6.0
9+ types-protobuf
Original file line number Diff line number Diff line change 55
66import pytest
77from google .protobuf .timestamp_pb2 import Timestamp
8- from sentry_kafka_schemas .codecs import Codec , ValidationError
8+ from sentry_kafka_schemas .codecs import Codec
99from sentry_kafka_schemas .codecs .json import JsonCodec
1010from sentry_kafka_schemas .codecs .msgpack import MsgpackCodec
1111from sentry_kafka_schemas .codecs .protobuf import ProtobufCodec
You can’t perform that action at this time.
0 commit comments