Skip to content

Commit

Permalink
Remove command from script output
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Dec 5, 2024
1 parent 57f674d commit 57bab41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/scripts/mypy_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def main() -> None:

# Mypy failed in some other way other than listing failing file lines
if result.returncode != 1:
print(command)
print(
f"Error running mypy with return code {result.returncode} and error:",
result.stderr,
Expand Down

0 comments on commit 57bab41

Please sign in to comment.