mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
fixed merge conflicts
This commit is contained in:
@ -3,8 +3,7 @@ import asyncio
|
||||
|
||||
class Stream(IStream):
|
||||
|
||||
def __init__(self, context, peer_id):
|
||||
self.context = context
|
||||
def __init__(self, peer_id):
|
||||
self.peer_id = peer_id
|
||||
|
||||
peer_store = context.peer_store
|
||||
|
||||
Reference in New Issue
Block a user