setup: removed unused node:url import

This commit is contained in:
Alex Gleason
2024-06-16 00:15:10 -05:00
parent dbacb6b63a
commit 1983171193

View File

@@ -1,4 +1,3 @@
import nodeUrl from 'node:url';
import { exists } from '@std/fs/exists';
import { generateSecretKey, nip19 } from 'nostr-tools';
import question from 'question-deno';