Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Apr 25, 2024
1 parent b6d9f26 commit 0da0cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ def get_secret(self, scope: Scopes, key: str) -> Optional[str]:
peers = self.model.get_relation(PEER_RELATION_NAME)
if not peers:
return None

secret_key = self._translate_field_to_secret_key(key)
# Old translation in databag is to be taken
if key != secret_key and (
Expand Down

0 comments on commit 0da0cfb

Please sign in to comment.