inform mypy that g has arbitrary attributes

This commit is contained in:
David Lord 2021-05-13 11:33:01 -07:00
parent 2baaa8fd8e
commit 6fe7f45725
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 22 additions and 2 deletions

View file

@ -10,6 +10,8 @@ Unreleased
is deprecated. :pr:`4019`
- Mark top-level names as exported so type checking understands
imports in user projects. :issue:`4024`
- Fix type annotation for ``g`` and inform mypy that it is a namespace
object that has arbitrary attributes. :issue:`4020`
Version 2.0.0