mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
docs: Add documentation for if False mypy pattern in scripts.
This should help make it clear what's going on with these scripts.
This commit is contained in:
@@ -13,7 +13,7 @@ if 'TRAVIS' in os.environ:
|
||||
VENV_CACHE_PATH = "/home/travis/zulip-venv-cache"
|
||||
|
||||
if False:
|
||||
# Don't add a runtime dependency on typing
|
||||
# See https://zulip.readthedocs.io/en/latest/testing/mypy.html#mypy-in-production-scripts
|
||||
from typing import List, Optional, Tuple, Set
|
||||
|
||||
VENV_DEPENDENCIES = [
|
||||
|
||||
Reference in New Issue
Block a user