Skip to content

Commit 8adcef4

Browse files
style(lint): Auto commit lint changes
1 parent 6a9ef9b commit 8adcef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/tests/test_codecs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ def test_protobuf_codec() -> None:
5050
headers={},
5151
received_at=Timestamp(seconds=int(time.time())),
5252
)
53-
codec: ProtobufCodec[TaskActivation] = ProtobufCodec(resource="sentry_protos.sentry.v1.taskworker_pb2.TaskActivation")
53+
codec: ProtobufCodec[TaskActivation] = ProtobufCodec(
54+
resource="sentry_protos.sentry.v1.taskworker_pb2.TaskActivation"
55+
)
5456
serialized = codec.encode(activation)
5557
assert type(serialized) == bytes
5658

0 commit comments

Comments
 (0)