refactor: use parentheses in print statements in python (#7779)

This commit is contained in:
j4qfrost 2020-10-01 23:59:53 +00:00 committed by GitHub
parent 4c779b5e8c
commit d96e7226dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -113,7 +113,7 @@ def pylint():
def clippy():
print "clippy"
print("clippy")
current_build_mode = build_mode()
args = ["cargo", "clippy", "--all-targets", "--locked"]
if current_build_mode != "debug":