Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Aug 6, 2024
1 parent bbe6f46 commit 1b55c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signer.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {type MockInstance} from 'vitest';
import * as signerHandlers from './handlers/signer.handlers';
import {Signer, SignerMessageEventData, type SignerParameters} from './signer';
import {Signer, type SignerMessageEventData, type SignerParameters} from './signer';
import {ICRC29_STATUS} from './types/icrc';
import {JSON_RPC_VERSION_2} from './types/rpc';

Expand Down

0 comments on commit 1b55c7d

Please sign in to comment.