queries: remove unused import

This commit is contained in:
Alex Gleason 2023-08-29 13:25:58 -05:00
parent 77b09baa8c
commit 2841d4f399
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import * as client from '@/client.ts';
import * as eventsDB from '@/db/events.ts';
import { type Event, type Filter, findReplyTag } from '@/deps.ts';
import * as mixer from '@/mixer.ts';
import { type PaginationParams } from '@/utils/web.ts';
interface GetEventOpts<K extends number> {
/** Timeout in milliseconds. */