We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d7824 commit ce663f3Copy full SHA for ce663f3
codegen/core/src/main/java/software/amazon/smithy/python/codegen/ClientGenerator.java
@@ -409,7 +409,7 @@ await seek(0)
409
retry_strategy.record_success(token=retry_token)
410
if response_future is not None:
411
response_future.set_result(
412
- context_with_response.response, # type: ignore
+ context_with_response.transport_response, # type: ignore
413
)
414
break
415
except Exception as e:
0 commit comments