From b804656cb0152f8dcf802956e55c07011d8aac09 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:54:28 +0100 Subject: [PATCH] clients/js: fix lint warnings in tests --- clients/js/test/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/js/test/utils.ts b/clients/js/test/utils.ts index b67b4e48..ae67b9e1 100644 --- a/clients/js/test/utils.ts +++ b/clients/js/test/utils.ts @@ -5,7 +5,6 @@ import { hexlify, isCallDataPublicKeyQuery, } from '@oasisprotocol/sapphire-paratime'; -import { SUBCALL_ADDR, CALLDATAPUBLICKEY_CALLDATA } from '../src/constants'; import { encode as cborEncode } from 'cborg'; import nacl from 'tweetnacl'; import { AbiCoder } from 'ethers';