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