Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jan 27, 2025
1 parent d9382f5 commit a05d362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api/api.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {beforeEach, describe, expect, test} from 'bun:test'

import {api, apiContract, contracts, resetContracts} from '../helpers'
import {APIClient, Serializer} from '@wharfkit/antelope'
import {apiContract, contracts, resetContracts} from '../helpers'
import {Serializer} from '@wharfkit/antelope'

describe(apiContract, () => {
beforeEach(async () => {
Expand Down

0 comments on commit a05d362

Please sign in to comment.