Skip to content

Commit

Permalink
Reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Ratushnyy committed Nov 8, 2023
1 parent 35d46f6 commit e4b456d
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 @@ -1089,7 +1089,7 @@ def restart_backup_service(self) -> None:
container.restart(Config.Backup.SERVICE_NAME)

def check_relation_broken_or_scale_down(self, event: RelationDepartedEvent) -> None:
""" Added for a compatibility with VM charm """
"""Added for a compatibility with VM charm."""
pass

# END: helper functions
Expand Down

0 comments on commit e4b456d

Please sign in to comment.