mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-08 10:50:59 +08:00
Add missing Dict imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for gc
|
||||
|
||||
from typing import Any, List, Tuple
|
||||
from typing import Any, Dict, List, Tuple
|
||||
|
||||
|
||||
DEBUG_COLLECTABLE = ... # type: int
|
||||
|
||||
Reference in New Issue
Block a user