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

@@ -251,12 +251,12 @@ Person = _reflection.GeneratedProtocolMessageType(
(_message.Message,),
dict(
DESCRIPTOR=_PERSON_PHONENUMBER,
__module__="addressbook_pb2"
__module__="addressbook_pb2",
# @@protoc_insertion_point(class_scope:tutorial.Person.PhoneNumber)
),
),
DESCRIPTOR=_PERSON,
__module__="addressbook_pb2"
__module__="addressbook_pb2",
# @@protoc_insertion_point(class_scope:tutorial.Person)
),
)
@@ -268,7 +268,7 @@ AddressBook = _reflection.GeneratedProtocolMessageType(
(_message.Message,),
dict(
DESCRIPTOR=_ADDRESSBOOK,
__module__="addressbook_pb2"
__module__="addressbook_pb2",
# @@protoc_insertion_point(class_scope:tutorial.AddressBook)
),
)