mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-07 05:42:40 -04:00
pep8
This commit is contained in:
parent
4a728beba1
commit
a24eedada7
1 changed files with 4 additions and 4 deletions
|
@ -149,8 +149,8 @@ class Pusher(object):
|
|||
|
||||
processed = False
|
||||
|
||||
rule_evaluator = yield push_rule_evaluator.\
|
||||
evaluator_for_user_name_and_profile_tag(
|
||||
rule_evaluator = yield \
|
||||
push_rule_evaluator.evaluator_for_user_name_and_profile_tag(
|
||||
self.user_name, self.profile_tag, single_event['room_id'], self.store
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue