Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
refactor: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NucciTheBoss authored Jun 28, 2024
1 parent d9a4ba6 commit 616db63
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 @@ -291,7 +291,6 @@ def _new_node(self, new_node: bool) -> None:
"""Set the new_node in stored state."""
self._stored.new_node = new_node

# Charm methods
def _check_status(self) -> bool:
"""Check if we have all needed components.
Expand Down

0 comments on commit 616db63

Please sign in to comment.