diff --git a/src/encode.ts b/src/encode.ts index 7294c08..21a57d2 100644 --- a/src/encode.ts +++ b/src/encode.ts @@ -1,4 +1,3 @@ -import type { SetOptional } from 'type-fest' import { type MapeoDocEncode, type SchemaName, @@ -21,7 +20,6 @@ import { convertTranslation, convertTrack, } from './lib/encode-conversions.js' -import { CoreOwnership } from './index.js' import { ExhaustivenessError } from './lib/utils.js' /** diff --git a/src/lib/encode-conversions.ts b/src/lib/encode-conversions.ts index 2cd7342..74afc8f 100644 --- a/src/lib/encode-conversions.ts +++ b/src/lib/encode-conversions.ts @@ -17,12 +17,7 @@ import { type Observation_1_Attachment, } from '../proto/observation/v1.js' import { ExhaustivenessError, parseVersionId } from './utils.js' -import { - CoreOwnership, - valueSchemas, - type Observation, - type Track, -} from '../index.js' +import { CoreOwnership, valueSchemas, type Observation } from '../index.js' /** Function type for converting a protobuf type of any version for a particular * schema name, and returning the most recent JSONSchema type */