mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 18:04:49 -04:00
Delete pointless (and unreachable) __init__ method from FederationClient
This commit is contained in:
parent
e7420a3bef
commit
120b689284
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class FederationClient(FederationBase):
|
||||
def __init__(self):
|
||||
self._get_pdu_cache = None
|
||||
|
||||
def start_get_pdu_cache(self):
|
||||
self._get_pdu_cache = ExpiringCache(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue