Skip to content

Commit 4fda83b

Browse files
committed
- lint
1 parent 1c4fbb0 commit 4fda83b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ts-tests/utils/dev-helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*/
55
import type { ApiPromise } from "@polkadot/api";
66
import { tao } from "./balance.ts";
7-
import { DevModeContext } from "@moonwall/cli";
8-
import { KeyringPair } from "@moonwall/util";
7+
import type { DevModeContext } from "@moonwall/cli";
8+
import type { KeyringPair } from "@moonwall/util";
99

1010
export async function devForceSetBalance(
1111
polkadotJs: ApiPromise,

0 commit comments

Comments
 (0)