Skip to content

Commit 20f9ffd

Browse files
author
John Doe
committed
refactor: wip
1 parent 457b002 commit 20f9ffd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utils/src/lib/logger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-disable max-lines, no-console, @typescript-eslint/class-methods-use-this */
22
import ansis, { type AnsiColors } from 'ansis';
33
import os from 'node:os';
4-
import path from 'node:path';
54
import ora, { type Ora } from 'ora';
65
import { formatCommandStatus } from './command.js';
76
import { dateToUnixTimestamp } from './dates.js';

0 commit comments

Comments
 (0)