mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Fix several new errors caught by mypy 0.501.
Clear out a bunch of easy to review errors, so we can focus on the more complicated ones.
This commit is contained in:
@@ -86,7 +86,7 @@ def release_deployment_lock():
|
||||
shutil.rmtree(LOCK_DIR)
|
||||
|
||||
def run(args, **kwargs):
|
||||
# type: (Sequence[str], **Any) -> int
|
||||
# type: (Sequence[str], **Any) -> None
|
||||
# Output what we're doing in the `set -x` style
|
||||
print("+ %s" % (" ".join(args)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user