Support `from typing import ClassVar` by ambv · Pull Request #367 · python-attrs/attrs

@ambv

Also updated the docstring to reflect why exactly we're doing what we're doing.
The previous comment was incorrect (`typing` is already imported in
applications using annotations).

I added `t.ClassVar` as well which is the only third alternative import I found
in use for typing-related classes.

Fixes python-attrs#361

hynek

requested changes Apr 11, 2018

@ambv

@hynek