Skip to content

Commit

Permalink
refactor: remove unused imports (#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and arcanis committed Jan 29, 2019
1 parent 32b7bb9 commit dc5945d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/fetchers/base-fetcher.js
Expand Up @@ -6,7 +6,6 @@ import type {PackageRemote, FetchedMetadata, FetchedOverride} from '../types.js'
import type {RegistryNames} from '../registries/index.js';
import type Config from '../config.js';
import normalizeManifest from '../util/normalize-manifest/index.js';
import {makePortableProxyScript} from '../util/portable-script.js';
import * as constants from '../constants.js';
import * as fs from '../util/fs.js';
import lockMutex from '../util/mutex.js';
Expand Down
5 changes: 0 additions & 5 deletions src/reporters/noop-reporter.js
Expand Up @@ -5,18 +5,13 @@ import type {
ReporterSpinnerSet,
ReporterSelectOption,
Trees,
Stdout,
Stdin,
Package,
ReporterSpinner,
QuestionOptions,
PromptOptions,
} from './types.js';
import type {LanguageKeys} from './lang/en.js';
import type {Formatter} from './format.js';
import {defaultFormatter} from './format.js';
import * as languages from './lang/index.js';
import isCI from 'is-ci';
import BaseReporter from './base-reporter.js';

export default class NoopReporter extends BaseReporter {
Expand Down

0 comments on commit dc5945d

Please sign in to comment.