Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Nov 2, 2023
1 parent cf67521 commit 60b1e59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/bsky/tests/views/author-feed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import { TestNetwork, SeedClient } from '@atproto/dev-env'
import { forSnapshot, paginateAll, stripViewerFromPost } from '../_util'
import authorFeedSeed from '../seeds/author-feed'
import { TAKEDOWN } from '@atproto/api/src/client/types/com/atproto/admin/defs'
import {
isRecord,
isReplyRef,
} from '../../src/lexicon/types/app/bsky/feed/post'
import { isRecord } from '../../src/lexicon/types/app/bsky/feed/post'
import { isView as isEmbedRecordWithMedia } from '../../src/lexicon/types/app/bsky/embed/recordWithMedia'
import { isView as isImageEmbed } from '../../src/lexicon/types/app/bsky/embed/images'

Expand Down

0 comments on commit 60b1e59

Please sign in to comment.