summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py
index 897c5d8d73..304ebdc825 100644
--- a/synapse/storage/_base.py
+++ b/synapse/storage/_base.py
@@ -639,7 +639,6 @@ class SQLBaseStore(object):
         Filters rows by if value of `column` is in `iterable`.
 
         Args:
-            txn : Transaction object
             table : string giving the table name
             column : column name to test for inclusion against `iterable`
             iterable : list