Skip to content

Commit

Permalink
Update validate_release.py
Browse files Browse the repository at this point in the history
Added new line at the end according to pylint
  • Loading branch information
dmtzs committed Dec 19, 2023
1 parent 27e8e86 commit 4c3175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ def load_env_vars() -> None:
else:
print("\033[92m The release version is valid \033[0m")
finally:
print("\033[92m End of the script \033[0m")
print("\033[92m End of the script \033[0m")

0 comments on commit 4c3175d

Please sign in to comment.