mypy
52f1dd30 - Allow generic decorators on abstarct classes (#13398)

Commit
3 years ago
Allow generic decorators on abstarct classes (#13398) Fixes #5374 As discussed in the issue, we should allow this common use case, although it may be technically unsafe (e.g. if one would instantiate a class in a class decorator body).
Author
Parents
Loading