Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1nness committed Oct 11, 2024
1 parent de67e63 commit 61c5d6b
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 @@ -659,7 +659,7 @@ def _configure_container(self, container: Container) -> None:
raise ContainerNotReadyError

# BEGIN: charm events
def _on_upgrade(self, event: UpgradeCharmEvent):
def _on_upgrade(self, event: UpgradeCharmEvent) -> None:
"""Upgrade event handler.
During an upgrade event, it will set the version in all relations,
Expand Down

0 comments on commit 61c5d6b

Please sign in to comment.