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:
Anders Kaseorg
2019-08-05 16:29:34 -07:00
committed by Tim Abbott
parent 86a7fdddd7
commit 68dd8e4ec8
14 changed files with 20 additions and 20 deletions

View File

@@ -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 (