From 5483af04b249361e1be561e616fc6e2b06d8f8f9 Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Wed, 1 Oct 2025 01:14:18 +0900 Subject: [PATCH] refactor: remove imported multiple times --- src/softAssertService.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/softAssertService.ts b/src/softAssertService.ts index eb9507348..3cc6aaf8b 100644 --- a/src/softAssertService.ts +++ b/src/softAssertService.ts @@ -1,5 +1,4 @@ -import type { Services } from '@wdio/types' -import type { Frameworks } from '@wdio/types' +import type { Services, Frameworks } from '@wdio/types' import { SoftAssertService } from './softAssert.js' export interface SoftAssertionServiceOptions {