Browse Source

Removes unused import

main
Eric Amodio 1 year ago
parent
commit
4ff9f1f8f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/env/node/git/git.ts

+ 1
- 1
src/env/node/git/git.ts View File

@ -36,7 +36,7 @@ import { parseGitTagsDefaultFormat } from '../../../git/parsers/tagParser';
import { splitAt } from '../../../system/array';
import { configuration } from '../../../system/configuration';
import { log } from '../../../system/decorators/log';
import { count, join } from '../../../system/iterable';
import { join } from '../../../system/iterable';
import { Logger } from '../../../system/logger';
import { slowCallWarningThreshold } from '../../../system/logger.constants';
import { getLogScope } from '../../../system/logger.scope';

Loading…
Cancel
Save