Skip to content

Commit d82769e

Browse files
committed
delete unnecessary import
1 parent fcefb43 commit d82769e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

lib/agent/lockup/common.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { ethers } from 'ethers'
2-
import { env } from '../common/env'
31
import { testProviders } from '../common/const'
42
import { createLockupContract } from '../../ethereum/lockup'
53
import { getLockupContract } from './common'

lib/agent/lockup/common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
} from '../../l2/lockup/index'
1414
import { Network } from '@ethersproject/networks'
1515
import { Provider } from '@ethersproject/abstract-provider'
16-
import { Signer } from '@ethersproject/abstract-signer'
1716

1817
const cacheLockupContract = new WeakMap()
1918

0 commit comments

Comments
 (0)