diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-03-06 16:16:14 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-03-06 16:16:14 +0000 |
commit | 2602ddc379f9bede21cafc8c8f7f57dec44cf69d (patch) | |
tree | 9c16e02b77a60ca1f7987a55a68a83336ff09165 /tests | |
parent | Finish synapse.appservice.scheduler implementation. (diff) | |
download | synapse-2602ddc379f9bede21cafc8c8f7f57dec44cf69d.tar.xz |
Apply clarity and docstrings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/appservice/test_scheduler.py | 2 |
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 |