mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add missing Dict imports.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Only a subset of functionality is included.
|
||||
|
||||
from typing import (
|
||||
Any, Callable, Iterable, Tuple, List, TextIO, Sequence,
|
||||
Any, Callable, Dict, Iterable, Tuple, List, TextIO, Sequence,
|
||||
overload, TypeVar, Pattern
|
||||
)
|
||||
from abc import abstractmethod, ABCMeta
|
||||
|
||||
Reference in New Issue
Block a user