Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada committed Feb 20, 2024
1 parent c36b0be commit 733c533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/tester-charm/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def __init__(self, *args):
self.framework.observe(self.on.config_changed, self._on_config_changed)
self.framework.observe(self.on.upgrade_charm, self._on_upgrade_charm)


def _on_upgrade_charm(self, _):
self._update_cert()

Expand Down

0 comments on commit 733c533

Please sign in to comment.