mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 16:24:03 +08:00
5d553c9584
* apply black and isort * move some type ignores
5 lines
50 B
Python
5 lines
50 B
Python
from typing import Dict
|
|
|
|
s: str
|
|
d: Dict[str, str]
|