Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kanthesha committed Jul 23, 2024
1 parent b01abdc commit 4de508a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const { JsonRpcEngine } = require('@metamask/json-rpc-engine')
const { providerAsMiddleware } = require('@metamask/eth-json-rpc-middleware')
const { providerFromEngine } = require('@metamask/eth-json-rpc-provider')
const Ganache = require('ganache')
const pify = require('pify')
const createFilterMiddleware = require('../index.js')
const createSubscriptionMiddleware = require('../subscriptionManager.js')

Expand Down

0 comments on commit 4de508a

Please sign in to comment.