Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jul 3, 2023
1 parent 6d61d6f commit 5a26300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstract_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def reconcile_database_relations(self, event=None) -> None:
logger.debug(
"State of reconcile "
f"{self.unit.is_leader()=}, "
f"{self.unit_lifecycle.tearing_down=}"
f"{self.unit_lifecycle.tearing_down=}, "
f"{isinstance(workload_, workload.AuthenticatedWorkload)=}, "
f"{workload_.container_ready=}, "
f"{self._database_requires.is_relation_breaking(event)=}"
Expand Down

0 comments on commit 5a26300

Please sign in to comment.