From 9656afbf22626cd61c73f32ce807757878e0fdaa Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sun, 17 Mar 2024 14:25:39 +0100 Subject: [PATCH] chore: fix linting issues --- src/utils/ndjson.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ndjson.ts b/src/utils/ndjson.ts index 1a330bf..b5070be 100644 --- a/src/utils/ndjson.ts +++ b/src/utils/ndjson.ts @@ -2,8 +2,8 @@ import events from 'events'; import fs from 'fs'; import readline from 'readline'; import stream from 'stream'; -import { stringer } from 'stream-json/Stringer'; import { disassembler } from 'stream-json/Disassembler'; +import { stringer } from 'stream-json/Stringer'; /** * Iterate through lines of a ndjson/jsonl file using streams.