From 785acf938c5c0faabcd5e0bcb47a8cc7f7d7c2a3 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:26:51 -0400 Subject: [PATCH] chore: remove unused nostr utils --- src/nostr/utils.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/nostr/utils.py diff --git a/src/nostr/utils.py b/src/nostr/utils.py deleted file mode 100644 index 474efe2..0000000 --- a/src/nostr/utils.py +++ /dev/null @@ -1,9 +0,0 @@ -"""Placeholder utilities for Nostr. - -This module is intentionally left minimal and will be expanded in future -releases as the Nostr integration grows. -""" - -# The module currently provides no functionality. -# `pass` denotes the intentional absence of implementation. -pass