Skip to content

Commit 2cfee58

Browse files
committed
scripts/release.py: lint: fix F999
1 parent 4806878 commit 2cfee58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def pre_release(version, *, skip_check_links):
100100
print()
101101
print(f"{Fore.CYAN}[generate.pre_release] {Fore.GREEN}All done!")
102102
print()
103-
print(f"Please push your branch and open a PR.")
103+
print("Please push your branch and open a PR.")
104104

105105

106106
def changelog(version, write_out=False):

0 commit comments

Comments
 (0)