Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
PR-URL: #745
Credit: @jsumners
Close: #745
Reviewed-by: @isaacs
  • Loading branch information
jsumners authored and isaacs committed Apr 29, 2021
1 parent 0713417 commit f5b805d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/jack.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { jack, num, opt, list, flag, env } = require('jackspeak')

const {cpus} = require('os')
const colorSupport = require('color-support')

const reporters = [...new Set([
...(require('tap-mocha-reporter').types),
Expand Down

0 comments on commit f5b805d

Please sign in to comment.