Merge pull request #100 from boukeversteegh/fix/circular-dependencies

Import bug - Circular Dependencies
This commit is contained in:
Bouke Versteegh
2020-07-07 21:45:06 +02:00
committed by GitHub
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,
}