Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Mar 29, 2024
1 parent 49431db commit 616bb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def lint(ctx, fix=False):
if in_ci:
cmd.insert(1, "--check")
cmd.insert(1, "--diff")
print(cmd)
ctx.run(" ".join(cmd))


Expand Down

0 comments on commit 616bb92

Please sign in to comment.