PR feedback

- Use f-string
- Fix wrongly indented comments
- Add dep `trio-typing`
This commit is contained in:
mhchia
2020-01-28 15:48:41 +08:00
parent 095a848f30
commit e57d01f360
3 changed files with 3 additions and 2 deletions

View File

@ -77,6 +77,7 @@ install_requires = [
"trio>=0.13.0",
"async-service>=0.1.0a4",
"async-exit-stack==1.0.1",
"trio-typing>=0.3.0,<1.0.0",
]