chore: code clean-up

This commit is contained in:
Vlad Stan 2023-06-22 17:55:52 +03:00
parent 64426d187c
commit babb58e7e9

View file

@ -2,7 +2,6 @@ import time
from typing import *
from ..relay_manager import RelayManager
from ..subscription import Subscription
class NostrClient: