mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ruff: Fix FURB105 Unnecessary empty string passed to print
.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5ac6d671fc
commit
6a73006723
@@ -82,7 +82,7 @@ mypy_args += ["--", *python_files, *pyi_files]
|
||||
rc = subprocess.call([mypy_command, *mypy_args])
|
||||
|
||||
if rc != 0:
|
||||
print("")
|
||||
print()
|
||||
print("See https://zulip.readthedocs.io/en/latest/testing/mypy.html for debugging tips.")
|
||||
|
||||
sys.exit(rc)
|
||||
|
Reference in New Issue
Block a user