Fix wrong pytype annotation

PiperOrigin-RevId: 520972266
Change-Id: Ib5775e01bf3389e7d123480b3bb3b7a4f33a07b0
This commit is contained in:
Wiktor Garbacz 2023-03-31 11:29:35 -07:00 committed by Copybara-Service
parent 0caa3e740c
commit a5bad44fac

View File

@ -899,7 +899,7 @@ class Generator(object):
def format_template(self, name, functions, related_types, namespaces, def format_template(self, name, functions, related_types, namespaces,
embed_dir, embed_name, output_file): embed_dir, embed_name, output_file):
# pylint: disable=line-too-long # pylint: disable=line-too-long
# type: (Text, List[Function], List[Type], List[Text], Text, Text, Text) -> Text # type: (Text, List[Function], List[Text], List[Text], Text, Text, Text) -> Text
# pylint: enable=line-too-long # pylint: enable=line-too-long
"""Formats arguments into proper interface header file. """Formats arguments into proper interface header file.