Skip to content

Commit d80b9b6

Browse files
authored
refactor: remove imported multiple times (#1937)
1 parent 7ffa757 commit d80b9b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/softAssertService.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import type { Services } from '@wdio/types'
2-
import type { Frameworks } from '@wdio/types'
1+
import type { Services, Frameworks } from '@wdio/types'
32
import { SoftAssertService } from './softAssert.js'
43

54
export interface SoftAssertionServiceOptions {

0 commit comments

Comments
 (0)