summary refs log tree commit diff
path: root/synapse/handlers/admin.py
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-24 10:53:25 -0400
committerGitHub <noreply@github.com>2020-07-24 10:53:25 -0400
commite739b205885a7132f3dde67545d56655d83096d7 (patch)
tree726d1078029d89f57ef6adb9f7c0118b801bcbf1 /synapse/handlers/admin.py
parentDo not convert async functions to Deferreds in the interactive_auth_handler (... (diff)
downloadsynapse-e739b205885a7132f3dde67545d56655d83096d7.tar.xz
Fix up types and comments that refer to Deferreds. (#7945)
Diffstat (limited to 'synapse/handlers/admin.py')
-rw-r--r--synapse/handlers/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/admin.py b/synapse/handlers/admin.py
index f3c0aeceb6..506bb2b275 100644
--- a/synapse/handlers/admin.py
+++ b/synapse/handlers/admin.py
@@ -72,7 +72,7 @@ class AdminHandler(BaseHandler):
             writer (ExfiltrationWriter)
 
         Returns:
-            defer.Deferred: Resolves when all data for a user has been written.
+            Resolves when all data for a user has been written.
             The returned value is that returned by `writer.finished()`.
         """
         # Get all rooms the user is in or has been in