Apply clarity and docstrings

This commit is contained in:
Kegan Dougal 2015-03-06 16:16:14 +00:00
parent 0354659f9d
commit 2602ddc379
3 changed files with 15 additions and 3 deletions

View file

@ -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