Fix parameters missing from services (#381)

This commit is contained in:
James Hilton-Balfe
2022-07-06 19:05:40 +01:00
committed by GitHub
parent bc13e7070d
commit 3fd5a0d662
9 changed files with 136 additions and 40 deletions

View File

@@ -43,7 +43,7 @@ def parse_source_type_name(field_type_name: str) -> Tuple[str, str]:
def get_type_reference(
package: str, imports: set, source_type: str, unwrap: bool = True
*, package: str, imports: set, source_type: str, unwrap: bool = True
) -> str:
"""
Return a Python type name for a proto type reference. Adds the import if