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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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