Skip to content

Commit 84ab97e

Browse files
authored
chore(vscode): removing more anys (#4457)
1 parent cc3e493 commit 84ab97e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vscode/react/src/components/graph/ModelColumns.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ import { useLineageFlow } from './context'
4545
import { Popover, Transition } from '@headlessui/react'
4646
import { useApiColumnLineage } from '@/api/index'
4747
import SourceList from '@/components/sourceList/SourceList'
48-
49-
type Lineage = any
48+
import type { Lineage } from '@/domain/lineage'
5049

5150
export default function ModelColumns({
5251
nodeId,

0 commit comments

Comments
 (0)