Skip to content

Commit b67342e

Browse files
author
kovirivong
committed
add space back
1 parent 6190121 commit b67342e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/operations/_jwt_authenticators_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def get_long_running_output(pipeline_response):
605605
response_headers["Azure-AsyncOperation"] = self._deserialize(
606606
"str", response.headers.get("Azure-AsyncOperation")
607607
)
608+
608609
deserialized = self._deserialize("JWTAuthenticator", pipeline_response.http_response)
609610
if cls:
610611
return cls(pipeline_response, deserialized, response_headers) # type: ignore

0 commit comments

Comments
 (0)