summary refs log tree commit diff
path: root/synapse/push/__init__.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-12-22 17:25:09 +0000
committerDavid Baker <dave@matrix.org>2015-12-22 17:25:09 +0000
commit9b4cd0cd0f31803657018bf0ac9178787d796912 (patch)
tree527c53db2309b790ec23fd021d65d4e02ee133c2 /synapse/push/__init__.py
parentMerge remote-tracking branch 'origin/develop' into store_event_actions (diff)
downloadsynapse-9b4cd0cd0f31803657018bf0ac9178787d796912.tar.xz
pep8 & unused variable
Diffstat (limited to 'synapse/push/__init__.py')
-rw-r--r--synapse/push/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/push/__init__.py b/synapse/push/__init__.py
index 635dedd523..250f22a168 100644
--- a/synapse/push/__init__.py
+++ b/synapse/push/__init__.py
@@ -26,6 +26,7 @@ import random
 
 logger = logging.getLogger(__name__)
 
+
 # Pushers could now be moved to pull out of the event_actions table instead
 # of listening on the event stream: this would avoid them having to run the
 # rules again.