mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix wrong pytype annotation
PiperOrigin-RevId: 520972266 Change-Id: Ib5775e01bf3389e7d123480b3bb3b7a4f33a07b0
This commit is contained in:
parent
0caa3e740c
commit
a5bad44fac
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user