Skip to content

Commit e4b456d

Browse files
author
Dmitry Ratushnyy
committed
Reformat file
1 parent 35d46f6 commit e4b456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ def restart_backup_service(self) -> None:
10891089
container.restart(Config.Backup.SERVICE_NAME)
10901090

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

10951095
# END: helper functions

0 commit comments

Comments
 (0)