Skip to content

Commit

Permalink
Remove readline import from loz.ts
Browse files Browse the repository at this point in the history
Import of readline was unnecessary and removed to clean up the code.

Generated by gpt-3.5-turbo
  • Loading branch information
joone committed Mar 8, 2024
1 parent bd2ed46 commit 4c78a54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loz.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as fs from "fs";
import * as path from "path";
import * as os from "os";
import * as readline from "readline";
import * as readlinePromises from "readline/promises";
import { OpenAiAPI, OllamaAPI, LLMSettings } from "./llm";
import { CommandLinePrompt } from "./prompt";
Expand Down

0 comments on commit 4c78a54

Please sign in to comment.