From 77a963eb7bcce828e7456385f324e7f2574f2156 Mon Sep 17 00:00:00 2001 From: orkes-harshil Date: Fri, 9 May 2025 16:07:05 +0530 Subject: [PATCH] Update SDK POJO (conductor-sdk.conductor-python.conductor.client.http.models.authorization_request.py) to match server implementation --- src/conductor/client/http/models/authorization_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conductor/client/http/models/authorization_request.py b/src/conductor/client/http/models/authorization_request.py index c27019d97..7dc2443f2 100644 --- a/src/conductor/client/http/models/authorization_request.py +++ b/src/conductor/client/http/models/authorization_request.py @@ -152,4 +152,4 @@ def __eq__(self, other): def __ne__(self, other): """Returns true if both objects are not equal""" - return not self == other + return not self == other \ No newline at end of file