address flake8 format check

This commit is contained in:
Yian Chen
2024-04-09 15:31:05 -07:00
committed by Jacob Alexander
parent 1fb168796d
commit 78dd54e641
11 changed files with 16 additions and 24 deletions

View File

@@ -218,7 +218,7 @@ Expression = _reflection.GeneratedProtocolMessageType(
(_message.Message,),
dict(
DESCRIPTOR=_EXPRESSION,
__module__="eval_pb2"
__module__="eval_pb2",
# @@protoc_insertion_point(class_scope:capnp.benchmark.protobuf.Expression)
),
)
@@ -229,7 +229,7 @@ EvaluationResult = _reflection.GeneratedProtocolMessageType(
(_message.Message,),
dict(
DESCRIPTOR=_EVALUATIONRESULT,
__module__="eval_pb2"
__module__="eval_pb2",
# @@protoc_insertion_point(class_scope:capnp.benchmark.protobuf.EvaluationResult)
),
)