Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Aug 29, 2024
1 parent af4f051 commit 347ff9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fuel-gauge/src/transaction.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TransactionType, Wallet } from 'fuels';
import { TransactionType } from 'fuels';
import { launchTestNode } from 'fuels/test-utils';

/**
Expand Down
1 change: 0 additions & 1 deletion packages/transactions/src/coders/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { Coder, ArrayCoder, B256Coder, NumberCoder, BigNumberCoder } from '@fuel-ts/abi-coder';
import { ErrorCode, FuelError } from '@fuel-ts/errors';
import type { BytesLike } from '@fuel-ts/interfaces';
import { type BN } from '@fuel-ts/math';
import { concat } from '@fuel-ts/utils';

Expand Down

0 comments on commit 347ff9b

Please sign in to comment.