Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
lamroger committed Jul 27, 2023
1 parent 5a387b8 commit 8916abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { readFileSync, createReadStream, readdir } from 'node:fs'
import { LLMBase } from '../providers/base/llm-base'
import { LLM } from '../providers/openai/llm'
import { parse as csvParse } from 'csv-parse'
import { createLanguageModel, createJsonTranslator, processRequests } from 'typechat'
import { createLanguageModel, createJsonTranslator } from 'typechat'
import path = require('node:path')

export default class File extends Command {
Expand Down

0 comments on commit 8916abf

Please sign in to comment.