Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 17, 2024
1 parent f5e4cb0 commit 9656afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ndjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9656afb

Please sign in to comment.