diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-24 17:15:16 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-24 17:15:16 +0000 |
commit | 978f263e7c5d1eb440efaf07abc5009408ade25d (patch) | |
tree | 87593d9987e171ebe2f2b8966e12da35c0ec7465 /synapse/events | |
parent | Config templating (#5900) (diff) | |
parent | Use the v2 lookup API for 3PID invites (#5897) (diff) | |
download | synapse-978f263e7c5d1eb440efaf07abc5009408ade25d.tar.xz |
Use the v2 lookup API for 3PID invites (#5897)
Diffstat (limited to 'synapse/events')
-rw-r--r-- | synapse/events/spamcheck.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/events/spamcheck.py b/synapse/events/spamcheck.py index f0de4d961f..c194ba53f4 100644 --- a/synapse/events/spamcheck.py +++ b/synapse/events/spamcheck.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - class SpamChecker(object): def __init__(self, hs): self.spam_checker = None |