mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 21:52:17 -04:00
disallow-untyped-defs for synapse.push (#11023)
This commit is contained in:
parent
5e29d417fc
commit
e0f11ae4a5
7 changed files with 28 additions and 10 deletions
|
@ -94,7 +94,7 @@ class Pusher(metaclass=abc.ABCMeta):
|
|||
self._start_processing()
|
||||
|
||||
@abc.abstractmethod
|
||||
def _start_processing(self):
|
||||
def _start_processing(self) -> None:
|
||||
"""Start processing push notifications."""
|
||||
raise NotImplementedError()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue