Files
typeshed/stdlib/2and3/this.pyi
Jelle Zijlstra 5d553c9584 apply black and isort (#4287)
* apply black and isort

* move some type ignores
2020-06-28 13:31:00 -07:00

5 lines
50 B
Python

from typing import Dict
s: str
d: Dict[str, str]