Skip to content

Commit

Permalink
Update packages/llamaindex/src/readers/JSONReader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored Sep 6, 2024
1 parent cd5c33c commit 20e2d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/llamaindex/src/readers/JSONReader.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { parseChunked } from "@discoveryjs/json-ext";
import type { JSONValue } from "@llamaindex/core/global";
import { Document, FileReader } from "@llamaindex/core/schema";
import { ReadableStream } from "@llamaindex/env";
import { type Logger, consoleLogger } from "../internal/logger.js";

// Possible improvements:
Expand Down

0 comments on commit 20e2d05

Please sign in to comment.