Skip to content

Commit ebc2cf3

Browse files
committed
fix: remove unused SagaFlow type import in test file
1 parent 1cac46d commit ebc2cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/features/cookbook/lib/star-parser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, it, expect } from 'vitest'
22
import { readFileSync } from 'fs'
33
import { join } from 'path'
4-
import { parseStarlarkSaga, type SagaFlow } from './star-parser'
4+
import { parseStarlarkSaga } from './star-parser'
55

66
const PATTERNS_DIR = join(__dirname, '..', '..', '..', '..', '..', 'cookbook', 'patterns')
77

0 commit comments

Comments
 (0)