mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 14:31:59 +08:00
Add missing List imports.
This commit is contained in:
@@ -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