Skip to content

Commit

Permalink
statemanager: remove eslint-disable from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Sep 15, 2022
1 parent 3f7594a commit f4022df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/statemanager/src/cache.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { Account } from '@ethereumjs/util'
// eslint-disable-next-line implicit-dependencies/no-implicit
import { OrderedMap } from 'js-sdsl'

import type { Address } from '@ethereumjs/util'
// eslint-disable-next-line implicit-dependencies/no-implicit
import type { OrderedMapIterator } from 'js-sdsl'

export type getCb = (address: Address) => Promise<Account | undefined>
Expand Down

0 comments on commit f4022df

Please sign in to comment.