mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 18:34:56 -04:00
cleanup pep8 errors
This commit is contained in:
parent
4abeaedcf3
commit
071206304d
5 changed files with 114 additions and 37 deletions
|
@ -40,7 +40,8 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
notified_events_counter = Counter("synapse_notifier_notified_events", "")
|
||||
|
||||
users_woken_by_stream_counter = Counter("synapse_notifier_users_woken_by_stream", "", ["stream"])
|
||||
users_woken_by_stream_counter = Counter(
|
||||
"synapse_notifier_users_woken_by_stream", "", ["stream"])
|
||||
|
||||
|
||||
# TODO(paul): Should be shared somewhere
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue