Skip to content

Commit 80928fc

Browse files
committed
more cleanup
1 parent 9d48c01 commit 80928fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openslides_backend/migrations/migrations/0100_init_reldb.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ def check_prerequisites(curs: Cursor[DictRow]) -> str:
240240
MigrationHelper.write_line(
241241
"This migration will fundamentally restructure all data."
242242
)
243-
MigrationHelper.write_line("See https://github.com/OpenSlides/OpenSlides/blob/main/UPDATE_TO_4.3.md for more information.")
243+
MigrationHelper.write_line(
244+
"See https://github.com/OpenSlides/OpenSlides/blob/main/UPDATE_TO_4.3.md for more information."
245+
)
244246
MigrationHelper.write_line("")
245247

246248
for key in ["MIG0100_I_READ_DOCS", "MIG0100_TIMEZONE"]:

0 commit comments

Comments
 (0)