clean up imports

This commit is contained in:
Juni 2024-12-11 19:33:36 -06:00
parent f6c3a7eef2
commit 87a6ef9cb7

View File

@ -1,24 +1,13 @@
import { import {
BadBotHandler,
CreateSkeetHandler,
DebugLog,
GoodBotHandler,
HandlerAgent,
InputEqualsValidator,
JetstreamSubscription,
LogMessageAction,
ReplyingToBotValidator,
MessageHandler,
IntervalSubscription,
IntervalSubscriptionHandlers,
AbstractHandler,
IsSpecifiedTimeValidator,
CreateSkeetAction,
ActionTakenByUserValidator, ActionTakenByUserValidator,
LogInputTextAction, CreateSkeetAction,
DebugLog,
HandlerAgent,
JetstreamEventCommit, JetstreamEventCommit,
JetstreamSubject, JetstreamSubject,
JetstreamRecord, TestValidator JetstreamSubscription,
LogInputTextAction,
MessageHandler
} from 'bsky-event-handlers'; } from 'bsky-event-handlers';
const testAgent = new HandlerAgent( const testAgent = new HandlerAgent(