Update black

This commit is contained in:
James
2020-08-29 16:15:59 +01:00
committed by GitHub
parent 9ef5503728
commit 16d554db75
9 changed files with 168 additions and 151 deletions

View File

@@ -36,7 +36,7 @@ def parse_source_type_name(field_type_name):
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