Update parseLogFile.js

Removed unused import
This commit is contained in:
luke-hagar-sp
2022-10-18 14:52:26 -05:00
parent 74df8854f3
commit eedd8a7501

View File

@@ -1,7 +1,6 @@
import fs from "fs";
import linebyline from "linebyline";
import ora from "ora";
import chalk from "chalk";
import cliProgress from "cli-progress";
import sortLog from "./sortLog.js";