mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
mypy: Migrate from mypy_extensions to typing_extensions.
This gives us access to typing_extensions.Deque, which was not added to typing until 3.5.4. (PROVISION_VERSION is not bumped because the transitive dependency set in dev.txt hasn’t changed.) Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
86a7fdddd7
commit
68dd8e4ec8
@@ -1,5 +1,5 @@
|
||||
from typing import Any, Dict, List, Tuple
|
||||
from mypy_extensions import TypedDict
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
from django.db.models.query import QuerySet
|
||||
from zerver.models import (
|
||||
|
||||
Reference in New Issue
Block a user