From 41a7b87db61ea8ee3b45f06322819299c0115212 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 18 Dec 2024 18:37:08 +0100 Subject: [PATCH] feat: lint fix --- test/e2e/flask/solana/common-solana.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/flask/solana/common-solana.ts b/test/e2e/flask/solana/common-solana.ts index c89214e146da..2ac107bb442c 100644 --- a/test/e2e/flask/solana/common-solana.ts +++ b/test/e2e/flask/solana/common-solana.ts @@ -1,5 +1,5 @@ import { Mockttp } from 'mockttp'; -import { withFixtures, unlockWallet } from '../../helpers'; +import { withFixtures } from '../../helpers'; import { Driver } from '../../webdriver/driver'; import HeaderNavbar from '../../page-objects/pages/header-navbar'; import AccountListPage from '../../page-objects/pages/account-list-page';