From e02dbbd81693ee65cfe381b827bb0d3382ca2560 Mon Sep 17 00:00:00 2001 From: Rafael Cardenas Date: Thu, 7 Mar 2024 11:59:38 -0600 Subject: [PATCH] chore: remove unused import --- tests/brc-20/brc20.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/brc-20/brc20.test.ts b/tests/brc-20/brc20.test.ts index e45228f6..efedf8c4 100644 --- a/tests/brc-20/brc20.test.ts +++ b/tests/brc-20/brc20.test.ts @@ -3,7 +3,7 @@ import { buildApiServer } from '../../src/api/init'; import { Brc20ActivityResponse, Brc20TokenResponse } from '../../src/api/schemas'; import { brc20FromInscription } from '../../src/pg/brc20/helpers'; import { MIGRATIONS_DIR, PgStore } from '../../src/pg/pg-store'; -import { DbLocationTransferType, InscriptionData, InscriptionRevealData } from '../../src/pg/types'; +import { DbLocationTransferType, InscriptionRevealData } from '../../src/pg/types'; import { TestChainhookPayloadBuilder, TestFastifyServer,