mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-13 18:31:02 +08:00
Add missing Dict imports.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Tuple
|
||||
from typing import Dict, Tuple
|
||||
|
||||
def escape(s: str, quote: bool = ...) -> str: ...
|
||||
def parse_header(s: str) -> Tuple[str, Dict[str, str]]: ...
|
||||
|
||||
Reference in New Issue
Block a user