mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +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