Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Mar 7, 2024
1 parent 00141b0 commit e02dbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brc-20/brc20.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e02dbbd

Please sign in to comment.