Skip to content

Commit 65e9de7

Browse files
SP-21987: Add healthz method
1 parent 6a99216 commit 65e9de7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

regula/documentreader/webclient/ext/api/document_reader_api.py

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ def set_configuration(self, configuration) -> None:
3434
def process(self, process_request: ProcessRequest) -> RecognitionResponse:
3535
return RecognitionResponse(self.api_process(process_request))
3636

37-
def healthz(self, **kwargs):
38-
return super().healthz(**kwargs)
39-
4037
def deserialize_to_recognition_response(self, content: Union[bytes, bytearray, str]) -> RecognitionResponse:
4138
response = self.__to_response_object(content)
4239
response = self.api_client.deserialize(response, ProcessResponse)

0 commit comments

Comments
 (0)