mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 02:15:58 +08:00
Add missing Dict imports.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Stubs for unittest
|
||||
|
||||
from typing import (
|
||||
Any, Callable, Iterable, Iterator, List, Optional, Pattern, Sequence,
|
||||
Any, Callable, Dict, Iterable, Iterator, List, Optional, Pattern, Sequence,
|
||||
TextIO, Tuple, Type, TypeVar, Union,
|
||||
overload,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user