diff --git a/deltachat-rpc-client/src/deltachat_rpc_client/rpc.py b/deltachat-rpc-client/src/deltachat_rpc_client/rpc.py index efbaa0b80..27b52adba 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/rpc.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/rpc.py @@ -1,6 +1,5 @@ import asyncio import json -import logging import os import aiohttp @@ -60,7 +59,6 @@ class Rpc: } data = (json.dumps(request) + "\n").encode() self.process.stdin.write(data) - event = asyncio.Event() loop = asyncio.get_running_loop() fut = loop.create_future() self.request_events[request_id] = fut