mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-18 14:44:19 +01:00
refactor / cleanup
This commit is contained in:
@@ -13,9 +13,8 @@ from nostr_dvm.utils.definitions import relay_timeout
|
||||
|
||||
warnings.filterwarnings('ignore')
|
||||
|
||||
from nostr_sdk import RelayLimits, PublicKey, Options, Client, SecretKey, Keys, NostrSigner, RelayOptions, Filter, \
|
||||
PublicKey, Kind, \
|
||||
NegentropyOptions, NegentropyDirection, ClientBuilder, NostrDatabase, init_logger, LogLevel
|
||||
from nostr_sdk import Options, Keys, NostrSigner, Filter, PublicKey, Kind, \
|
||||
NegentropyOptions, NegentropyDirection, ClientBuilder, NostrDatabase
|
||||
|
||||
|
||||
# init_logger(LogLevel.INFO)
|
||||
|
||||
Reference in New Issue
Block a user