From 44cf1e35ebdca73024d45eb26bcbcf1c9d266dd8 Mon Sep 17 00:00:00 2001 From: Jack Tanner Date: Thu, 3 Oct 2024 11:50:15 +0200 Subject: [PATCH] chore: remove unused import --- .../blockchain/contracts/VestingContract.integration.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/services/blockchain/contracts/VestingContract.integration.test.ts b/test/services/blockchain/contracts/VestingContract.integration.test.ts index 63fcf798..a739cf6b 100644 --- a/test/services/blockchain/contracts/VestingContract.integration.test.ts +++ b/test/services/blockchain/contracts/VestingContract.integration.test.ts @@ -17,7 +17,6 @@ import { PrivateKey, Name } from '@wharfkit/antelope'; import { createRandomAccount } from '../../../helpers/eosio'; import { msigAction } from './governance'; import { jest } from '@jest/globals'; -import Debug from 'debug'; const vestingContract = VestingContract.Instance; const eosioTokenContract = EosioTokenContract.Instance;