Skip to content

Commit 01a9872

Browse files
mz-koMZC01-HYUPKO
authored and
MZC01-HYUPKO
committed
test: rollback function.
Signed-off-by: MZC01-HYUPKO <mzc01-hyupko@MZC01-HYUPKO.local>
1 parent ee511ed commit 01a9872

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/spaceone/core/pygrpc/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ def _intercept_call(
166166
is_response_stream,
167167
)
168168

169-
def intercept_unary_unary(
170-
self, continuation: object, client_call_details: object, request: object
171-
) -> object:
169+
def intercept_unary_unary(self, continuation, client_call_details, request):
172170
return self._intercept_call(
173171
continuation, client_call_details, request, False, False
174172
)

0 commit comments

Comments
 (0)