Fixes circular import problem when a non-circular dependency triangle is flattened into two python packages

This commit is contained in:
boukeversteegh
2020-07-04 15:35:42 +02:00
parent cdddb2f42a
commit 23dcbc2695
5 changed files with 59 additions and 48 deletions

View File

@@ -329,7 +329,7 @@ def generate_code(request, response):
output["imports"],
method.output_type,
unwrap=False,
).strip('"'),
),
"client_streaming": method.client_streaming,
"server_streaming": method.server_streaming,
}