Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
llun committed Feb 24, 2025
1 parent 6c795a9 commit 7731587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/mastodon/getMastodonStatus.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getTestSQLDatabase } from '@/lib/database/testUtils'
import { Actor, getActorURL, getMentionFromActorID } from '@/lib/models/actor'
import { Actor, getMentionFromActorID } from '@/lib/models/actor'
import { Status } from '@/lib/models/status'
import { seedDatabase } from '@/lib/stub/database'
import { ACTOR1_ID } from '@/lib/stub/seed/actor1'
Expand Down

0 comments on commit 7731587

Please sign in to comment.