chore: remove stale websocket assignment from AsyncClient._connection method
This commit is contained in:
@@ -78,7 +78,6 @@ class AsyncClient:
|
|||||||
def _connection(self):
|
def _connection(self):
|
||||||
if not self.client:
|
if not self.client:
|
||||||
self.client = AsyncRPCClient(self.url)
|
self.client = AsyncRPCClient(self.url)
|
||||||
self.ws = await self.client.ws
|
|
||||||
return self.client
|
return self.client
|
||||||
|
|
||||||
async def __aenter__(self):
|
async def __aenter__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user