mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
python: Reformat with Black, except quotes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5028c081cb
commit
11741543da
@@ -31,4 +31,5 @@ else:
|
||||
venv_name = "zulip-thumbor-venv"
|
||||
cached_venv_path = setup_virtualenv(
|
||||
os.path.join(args.deploy_path, venv_name),
|
||||
os.path.join(ZULIP_PATH, "requirements", "thumbor.txt"))
|
||||
os.path.join(ZULIP_PATH, "requirements", "thumbor.txt"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user