diff options
author | reivilibre <oliverw@matrix.org> | 2021-12-29 15:12:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 15:12:30 +0000 |
commit | 2c7f5e74e5ae5eb7e5d0b99001610a829b0b35da (patch) | |
tree | e9871e8bb88348bdc2a889f6ce42e27baf3b74c8 /changelog.d | |
parent | Improve type hints in storage classes. (#11652) (diff) | |
download | synapse-2c7f5e74e5ae5eb7e5d0b99001610a829b0b35da.tar.xz |
Fix a type annotation in `test_account_data.py` and remove it from the Mypy exclusion list. (#11657)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11657.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11657.misc b/changelog.d/11657.misc new file mode 100644 index 0000000000..8e405b9226 --- /dev/null +++ b/changelog.d/11657.misc @@ -0,0 +1 @@ +Add missing type hints to storage classes. \ No newline at end of file |