mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
Remove unused fs import from main.ts
This commit is contained in:
parent
b168a6cae3
commit
d67559a5e4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
import type { Attachment } from "@mariozechner/pi-agent-core";
|
||||
import { supportsXhigh } from "@mariozechner/pi-ai";
|
||||
import chalk from "chalk";
|
||||
import { existsSync, readFileSync } from "fs";
|
||||
|
||||
import { type Args, parseArgs, printHelp } from "./cli/args.js";
|
||||
import { processFileArguments } from "./cli/file-processor.js";
|
||||
import { listModels } from "./cli/list-models.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue