mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 14:46:55 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Any, Iterable, Optional, Tuple, Sequence
|
||||
from typing import Any, Iterable, List, Optional, Tuple, Sequence
|
||||
import datetime
|
||||
|
||||
LocaleType = Tuple[Optional[str], Optional[str]]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from typing import AnyStr, Dict, Union
|
||||
from typing import AnyStr, Dict, List, Union
|
||||
from urllib import addinfourl
|
||||
|
||||
class URLError(IOError):
|
||||
|
||||
Reference in New Issue
Block a user