Skip to content

Commit 77a963e

Browse files
committed
Update SDK POJO (conductor-sdk.conductor-python.conductor.client.http.models.authorization_request.py) to match server implementation
1 parent f228526 commit 77a963e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conductor/client/http/models/authorization_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ def __eq__(self, other):
152152

153153
def __ne__(self, other):
154154
"""Returns true if both objects are not equal"""
155-
return not self == other
155+
return not self == other

0 commit comments

Comments
 (0)