webpack: Comment why NoReturn can't import normally.

This commit is contained in:
Wyatt Hoodes 2019-07-24 20:23:53 -10:00 committed by Tim Abbott
parent 927feb615e
commit a920f0396d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import json
import subprocess
if False:
# `NoReturn` wasn't introduced until python 3.5.4
from typing import NoReturn
os.chdir(os.path.join(os.path.dirname(__file__), '..'))