Skip to content

Commit 0ec5651

Browse files
committed
Break into multiple lines
1 parent 030a1c9 commit 0ec5651

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

db-auto-backup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ def backup_redis(container: Container) -> str:
128128

129129
BACKUP_PROVIDERS: list[BackupProvider] = [
130130
BackupProvider(
131-
patterns=["postgres", "tensorchord/pgvecto-rs", "nextcloud/aio-postgresql"], backup_method=backup_psql, file_extension="sql"
131+
patterns=["postgres", "tensorchord/pgvecto-rs", "nextcloud/aio-postgresql"],
132+
backup_method=backup_psql,
133+
file_extension="sql",
132134
),
133135
BackupProvider(
134136
patterns=["mysql", "mariadb", "*/linuxserver/mariadb"],

0 commit comments

Comments
 (0)