Skip to content

Commit

Permalink
Minor change for libs v34
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Apr 25, 2024
1 parent 8a2cdda commit fd505a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _on_secret_changed(self, event: SecretChangedEvent):
if event.secret.label == self.state.cluster.data_interface._generate_secret_label(
PEER,
self.state.cluster.relation.id,
None, # type:ignore noqa
'extra', # type:ignore noqa
): # Changes with the soon upcoming new version of DP-libs STILL within this POC
logger.info(f"Secret {event.secret.label} changed.")
self.reconcile(event)
Expand Down

0 comments on commit fd505a8

Please sign in to comment.