mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
python: Use standard NoReturn (Python ≥ 3.6).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
fbc96d56d5
commit
ca4357fd64
@@ -1,6 +1,5 @@
|
||||
from enum import Enum
|
||||
from typing import Any, Dict, List, Type, TypeVar, Optional
|
||||
from typing_extensions import NoReturn
|
||||
from typing import Any, Dict, List, NoReturn, Type, TypeVar, Optional
|
||||
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
|
||||
Reference in New Issue
Block a user