provision: Comment why NoReturn can't import normally.

This commit is contained in:
Wyatt Hoodes
2019-07-24 21:10:53 -10:00
committed by Tim Abbott
parent 3060bb2208
commit 927feb615e

View File

@@ -25,7 +25,7 @@ from scripts.lib.node_cache import setup_node_modules, NODE_MODULES_CACHE_PATH
from tools.setup import setup_venvs
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
SUPPORTED_PLATFORMS = {