```py from contextlib import AbstractContextManager foo = AbstractContextManager[int] # runtime error, no mypy error ``` [playground](https://mypy-play.net/?mypy=latest&python=3.8&gist=2b693941e16716a45a7f3e035c36f90a)