Skip to content

Commit 4ff9f1f

Browse files
committed
Removes unused import
1 parent 5d1507d commit 4ff9f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env/node/git/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { parseGitTagsDefaultFormat } from '../../../git/parsers/tagParser';
3636
import { splitAt } from '../../../system/array';
3737
import { configuration } from '../../../system/configuration';
3838
import { log } from '../../../system/decorators/log';
39-
import { count, join } from '../../../system/iterable';
39+
import { join } from '../../../system/iterable';
4040
import { Logger } from '../../../system/logger';
4141
import { slowCallWarningThreshold } from '../../../system/logger.constants';
4242
import { getLogScope } from '../../../system/logger.scope';

0 commit comments

Comments
 (0)