mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 12:44:27 -04:00
Apply clarity and docstrings
This commit is contained in:
parent
0354659f9d
commit
2602ddc379
3 changed files with 15 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue