mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Clean up base session type
This commit is contained in:
@ -31,8 +31,6 @@ class BaseSession(ISecureConn):
|
||||
self.remote_permanent_pubkey = None
|
||||
|
||||
self.conn = conn
|
||||
self.writer = self.conn.writer
|
||||
self.reader = self.conn.reader
|
||||
self.initiator = self.conn.initiator
|
||||
|
||||
async def write(self, data: bytes) -> None:
|
||||
|
||||
Reference in New Issue
Block a user