Skip to content

Commit

Permalink
remove unnecessary assignation
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Aug 21, 2024
1 parent 5b59fe3 commit 5a588fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confidant_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def get_service(self, service, decrypt_blind=False, metadata_only=False):
return ret
if response.status_code == 403:
logging.debug('Access denied to service in confidant.')
ret['result'] = False
ret = {**ret, **response.json()}
return ret
try:
Expand Down

0 comments on commit 5a588fc

Please sign in to comment.