summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2015-03-06 16:16:14 +0000
committerKegan Dougal <kegan@matrix.org>2015-03-06 16:16:14 +0000
commit2602ddc379f9bede21cafc8c8f7f57dec44cf69d (patch)
tree9c16e02b77a60ca1f7987a55a68a83336ff09165 /tests
parentFinish synapse.appservice.scheduler implementation. (diff)
downloadsynapse-2602ddc379f9bede21cafc8c8f7f57dec44cf69d.tar.xz
Apply clarity and docstrings
Diffstat (limited to 'tests')
-rw-r--r--tests/appservice/test_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/appservice/test_scheduler.py b/tests/appservice/test_scheduler.py
index a31755da67..f75a6f5d95 100644
--- a/tests/appservice/test_scheduler.py
+++ b/tests/appservice/test_scheduler.py
@@ -14,7 +14,7 @@
 # limitations under the License.
 from synapse.appservice import ApplicationServiceState, AppServiceTransaction
 from synapse.appservice.scheduler import (
-    AppServiceScheduler, _EventGrouper, _TransactionController, _Recoverer
+    _EventGrouper, _TransactionController, _Recoverer
 )
 from twisted.internet import defer
 from ..utils import MockClock