mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 16:14:24 +08:00
Add missing Dict imports.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from typing import (
|
||||
List, Tuple, Union, Sequence, Mapping, IO, Any, Optional, AnyStr, Iterator,
|
||||
MutableMapping, NamedTuple, overload
|
||||
Dict, MutableMapping, NamedTuple, overload
|
||||
)
|
||||
from . import path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user