diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-06-05 14:33:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 14:33:49 +0100 |
commit | eea124370bbf8667cbd6a6af418d9df67654ce34 (patch) | |
tree | ecaf072f7f089ec149580b775fb6abc6270f5e4a /changelog.d | |
parent | Remove some unused constants. (#7644) (diff) | |
download | synapse-eea124370bbf8667cbd6a6af418d9df67654ce34.tar.xz |
Fix type information on `assert_*_is_admin` methods (#7645)
These things don't return Deferreds.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7645.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7645.misc b/changelog.d/7645.misc new file mode 100644 index 0000000000..e7f0dc89c9 --- /dev/null +++ b/changelog.d/7645.misc @@ -0,0 +1 @@ +Fix type information on `assert_*_is_admin` methods. |