mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
provision: Comment why NoReturn can't import normally.
This commit is contained in:
@@ -25,7 +25,7 @@ from scripts.lib.node_cache import setup_node_modules, NODE_MODULES_CACHE_PATH
|
|||||||
from tools.setup import setup_venvs
|
from tools.setup import setup_venvs
|
||||||
|
|
||||||
if False:
|
if False:
|
||||||
# See https://zulip.readthedocs.io/en/latest/testing/mypy.html#mypy-in-production-scripts
|
# `NoReturn` was introduced in python 3.5.4
|
||||||
from typing import List, NoReturn
|
from typing import List, NoReturn
|
||||||
|
|
||||||
SUPPORTED_PLATFORMS = {
|
SUPPORTED_PLATFORMS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user