Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/conductor/client/http/models/authorization_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading