Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Feb 26, 2024
1 parent 2d6a972 commit 22131f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/policy-engine-shared/src/lib/dev.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Alg } from '@narval/signature'
import { PrivateKeyAccount, sha256 } from 'viem'
import { privateKeyToAccount } from 'viem/accounts'
import {
Expand All @@ -14,7 +15,6 @@ import {
WalletEntity,
WalletGroupEntity
} from './type/entity.type'
import { Alg } from '@narval/signature'

const PERSONA = ['Root', 'Alice', 'Bob', 'Carol', 'Dave'] as const

Expand Down

0 comments on commit 22131f8

Please sign in to comment.