summary refs log tree commit diff
path: root/synapse/events
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-24 17:15:16 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-24 17:15:16 +0000
commit978f263e7c5d1eb440efaf07abc5009408ade25d (patch)
tree87593d9987e171ebe2f2b8966e12da35c0ec7465 /synapse/events
parentConfig templating (#5900) (diff)
parentUse the v2 lookup API for 3PID invites (#5897) (diff)
downloadsynapse-978f263e7c5d1eb440efaf07abc5009408ade25d.tar.xz
Use the v2 lookup API for 3PID invites (#5897)
Diffstat (limited to 'synapse/events')
-rw-r--r--synapse/events/spamcheck.py1
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