diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py index 897c5d8d73acb86c66b42b60d7736e3d622bca3e..304ebdc8251e0a4c7a4e4b3e9ba6dd30aa0b77ae 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