diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-10-01 14:47:36 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-10-01 14:47:36 +0100 |
commit | 8b2aad8aed4bd2aacfaec01342f2af8fd786514c (patch) | |
tree | 82831955b25cd3433ad339d5a3b783ff4457453d | |
parent | v1 APIs return a List of code and then the dict, so check and convert to tuple (diff) | |
download | synapse-rei/type_tlcfc.tar.xz |
Newsfile github/rei/type_tlcfc rei/type_tlcfc
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-rw-r--r-- | changelog.d/10965.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10965.misc b/changelog.d/10965.misc new file mode 100644 index 0000000000..f3d901f5bd --- /dev/null +++ b/changelog.d/10965.misc @@ -0,0 +1 @@ +Add type annotations for `client` on `TransportLayerClient`. |