diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-27 11:53:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 11:53:40 +0000 |
commit | 132b673dbefa42eb7669a11522426f26e225ac05 (patch) | |
tree | 418e03f3fdd23bf2f6781010daa4e6c0fc7ba49a /changelog.d | |
parent | Store room version on invite (#6983) (diff) | |
download | synapse-132b673dbefa42eb7669a11522426f26e225ac05.tar.xz |
Add some type annotations in `synapse.storage` (#6987)
I cracked, and added some type definitions in synapse.storage.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6987.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6987.misc b/changelog.d/6987.misc new file mode 100644 index 0000000000..7ff74cda55 --- /dev/null +++ b/changelog.d/6987.misc @@ -0,0 +1 @@ +Add some type annotations to the database storage classes. |