Merge pull request #6485 from blueyed/lint-fix-f999

scripts/release.py: lint: fix F999
This commit is contained in:
Daniel Hahler 2020-01-17 09:13:04 +01:00 committed by GitHub
commit dcb94d8f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def pre_release(version, *, skip_check_links):
print() print()
print(f"{Fore.CYAN}[generate.pre_release] {Fore.GREEN}All done!") print(f"{Fore.CYAN}[generate.pre_release] {Fore.GREEN}All done!")
print() print()
print(f"Please push your branch and open a PR.") print("Please push your branch and open a PR.")
def changelog(version, write_out=False): def changelog(version, write_out=False):