From babb58e7e917f9655e7f924e518af5b29d583c76 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 22 Jun 2023 17:55:52 +0300 Subject: [PATCH] chore: code clean-up --- nostr/client/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nostr/client/client.py b/nostr/client/client.py index adc1a6b..239b8d5 100644 --- a/nostr/client/client.py +++ b/nostr/client/client.py @@ -2,7 +2,6 @@ import time from typing import * from ..relay_manager import RelayManager -from ..subscription import Subscription class NostrClient: