mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-07 18:30:57 +08:00
Add missing Dict imports.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Stubs for urllib.request (Python 3.4)
|
||||
|
||||
from typing import (
|
||||
Any, Callable, List, IO, Mapping, Optional, Sequence, Tuple, TypeVar, Union,
|
||||
overload,
|
||||
Any, Callable, Dict, List, IO, Mapping, Optional, Sequence, Tuple, TypeVar,
|
||||
Union, overload,
|
||||
)
|
||||
from http.client import HTTPResponse, HTTPMessage
|
||||
from http.cookiejar import CookieJar
|
||||
|
||||
Reference in New Issue
Block a user