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

@@ -144,7 +144,7 @@ SearchResultList = _reflection.GeneratedProtocolMessageType(
(_message.Message,),
dict(
DESCRIPTOR=_SEARCHRESULTLIST,
__module__="catrank_pb2"
__module__="catrank_pb2",
# @@protoc_insertion_point(class_scope:capnp.benchmark.protobuf.SearchResultList)
),
)
@@ -155,7 +155,7 @@ SearchResult = _reflection.GeneratedProtocolMessageType(
(_message.Message,),
dict(
DESCRIPTOR=_SEARCHRESULT,
__module__="catrank_pb2"
__module__="catrank_pb2",
# @@protoc_insertion_point(class_scope:capnp.benchmark.protobuf.SearchResult)
),
)