forked from orbit-oss/flask
inform mypy that g has arbitrary attributes
This commit is contained in:
parent
2baaa8fd8e
commit
6fe7f45725
2 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue