Add type hints to synapse/storage/databases/main/account_data.py (#11546)

This commit is contained in:
Sean Quah 2021-12-13 16:28:10 +00:00 committed by GitHub
parent e5cdb9e233
commit 6da8591f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 87 additions and 33 deletions

1
changelog.d/11546.misc Normal file
View file

@ -0,0 +1 @@
Add missing type hints to storage classes.