chore: remove unused import

This commit is contained in:
Convly 2023-12-11 11:12:04 +01:00
parent 157485bba6
commit f59036e01a

View File

@ -5,7 +5,6 @@ import { constants as timerConstants } from '../timer';
import type { Version } from '../version';
import type { Report } from '../report';
import { isSemVer } from '../version';
export const path = (path: string) => chalk.blue(path);