mirror of https://github.com/zulip/zulip.git
webpack: Comment why NoReturn can't import normally.
This commit is contained in:
parent
927feb615e
commit
a920f0396d
|
@ -6,6 +6,7 @@ import json
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
if False:
|
if False:
|
||||||
|
# `NoReturn` wasn't introduced until python 3.5.4
|
||||||
from typing import NoReturn
|
from typing import NoReturn
|
||||||
|
|
||||||
os.chdir(os.path.join(os.path.dirname(__file__), '..'))
|
os.chdir(os.path.join(os.path.dirname(__file__), '..'))
|
||||||
|
|
Loading…
Reference in New Issue