utils: remove unused import

This commit is contained in:
Alex Gleason 2023-08-24 17:42:28 -05:00
parent 2f7914f044
commit f9de6932ac
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import { findUser } from '@/db/users.ts';
import { type Event, nip19, z } from '@/deps.ts';
import { lookupNip05Cached } from '@/nip05.ts';
import { getAuthor } from '@/queries.ts';