summary refs log tree commit diff
path: root/changelog.d/11342.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.48.0rc1Brendan Abolivier2021-11-251-1/+0
|
* Database storage profile passes mypy (#11342)David Robertson2021-11-151-0/+1
It already seems to pass mypy. I wonder what changed, given that it was on the exclusion list. So this commit consists of me ensuring `--disallow-untyped-defs` passes and a minor fixup to a function that returned either `True` or `None`.