Skip to content

Commit 8bab403

Browse files
committed
Update Transloadit.ts
1 parent 9030b31 commit 8bab403

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Transloadit.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { isReadableStream, isStream } from 'is-stream'
1616
import * as assert from 'assert'
1717
import pMap from 'p-map'
1818
import type { Readable } from 'stream'
19-
import { z } from 'zod'
2019
import InconsistentResponseError from './InconsistentResponseError.js'
2120
import PaginationStream from './PaginationStream.js'
2221
import PollingTimeoutError from './PollingTimeoutError.js'
@@ -26,7 +25,6 @@ import { sendTusRequest, Stream } from './tus.js'
2625
import {
2726
AssemblyStatus,
2827
assemblyStatusSchema,
29-
assemblyIndexItemSchema,
3028
type AssemblyIndexItem,
3129
assemblyIndexSchema,
3230
AssemblyIndex,

0 commit comments

Comments
 (0)