Skip to content

Commit d04df02

Browse files
committed
Fix lint and try to get type stubs installed
1 parent 8adcef4 commit d04df02

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

python/mypy.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python_version = 3.11
44
[mypy-setuptools]
55
ignore_missing_imports = True
66

7-
87
[mypy-rapidjson]
98
ignore_missing_imports = True
109

python/requirements-test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ pytest>=7.2.0
66
pytest-xdist==3.2.0
77
fastjsonschema==2.16.3
88
jsonschema==4.17.3
9-
types-protobuf==5.27.0.20240626
10-
mypy-protobuf==3.6.0
9+
types-protobuf

python/tests/test_codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import pytest
77
from google.protobuf.timestamp_pb2 import Timestamp
8-
from sentry_kafka_schemas.codecs import Codec, ValidationError
8+
from sentry_kafka_schemas.codecs import Codec
99
from sentry_kafka_schemas.codecs.json import JsonCodec
1010
from sentry_kafka_schemas.codecs.msgpack import MsgpackCodec
1111
from sentry_kafka_schemas.codecs.protobuf import ProtobufCodec

0 commit comments

Comments
 (0)