mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
refactor: use parentheses in print statements in python (#7779)
This commit is contained in:
parent
4c779b5e8c
commit
d96e7226dd
4 changed files with 8 additions and 8 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue