Skip to content

Commit 30f8752

Browse files
committed
chore: Remove unused type imports
1 parent bda5136 commit 30f8752

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/schema/associations.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import type { Aslcontext, Associations, Bval, Bvec, Channels, Events } from '@bids/schema/context'
22
import type { Schema as MetaSchema } from '@bids/schema/metaschema'
33

4-
import type { BIDSFile, FileTree } from '../types/filetree.ts'
4+
import type { BIDSFile } from '../types/filetree.ts'
55
import type { BIDSContext } from './context.ts'
6-
import type { DatasetIssues } from '../issues/datasetIssues.ts'
7-
import type { readEntities } from './entities.ts'
86
import { loadTSV } from '../files/tsv.ts'
97
import { parseBvalBvec } from '../files/dwi.ts'
108
import { walkBack } from '../files/inheritance.ts'

0 commit comments

Comments
 (0)