Merge pull request #815 from PR0M3TH3AN/codex/remove-src/nostr/utils.py-and-its-imports

chore: remove unused nostr utils module
This commit is contained in:
thePR0M3TH3AN
2025-08-12 10:34:30 -04:00
committed by GitHub

View File

@@ -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