0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-19 05:21:55 +01:00

Delete pointless (and unreachable) __init__ method from FederationClient

This commit is contained in:
Paul "LeoNerd" Evans 2015-02-24 17:20:14 +00:00
parent e7420a3bef
commit 120b689284

View file

@ -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(