Skip to content

Commit dcb94d8

Browse files
authored
Merge pull request #6485 from blueyed/lint-fix-f999
scripts/release.py: lint: fix F999
2 parents 19f66cb + 2cfee58 commit dcb94d8

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)