Skip to content

Commit 6e97c64

Browse files
Oops, appease linter
1 parent 264ba4e commit 6e97c64

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,9 @@ def bump(tag: Tag) -> None:
560560
]
561561

562562
if extra_work:
563-
print("\n*** configure.ac will be edited; you must re-run autotools afterwards! ***")
563+
print(
564+
"\n*** configure.ac will be edited; you must re-run autotools afterwards! ***"
565+
)
564566

565567
print("\nManual editing time...")
566568
for filename in other_files:

0 commit comments

Comments
 (0)