From 72b134344021e86e2baa006ac403f6a8751ba30b Mon Sep 17 00:00:00 2001 From: Daniel Bate Date: Tue, 1 Oct 2024 12:37:54 +0100 Subject: [PATCH] chore: lint --- packages/fuels/src/cli/commands/deploy/deployContract.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/fuels/src/cli/commands/deploy/deployContract.ts b/packages/fuels/src/cli/commands/deploy/deployContract.ts index 1e4d975499b..c29b6584227 100644 --- a/packages/fuels/src/cli/commands/deploy/deployContract.ts +++ b/packages/fuels/src/cli/commands/deploy/deployContract.ts @@ -2,7 +2,6 @@ import type { WalletUnlocked } from '@fuel-ts/account'; import { ContractFactory } from '@fuel-ts/contract'; import type { DeployContractOptions } from '@fuel-ts/contract'; import { Contract } from '@fuel-ts/program'; -import { concat } from '@fuel-ts/utils'; import { existsSync, readFileSync } from 'fs'; import { setForcTomlProxyAddress, type ForcToml } from '../../config/forcUtils';