Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jan 6, 2017
1 parent d8f166b commit f91bff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release-manager/commands/stable-prs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

const chalk = require('chalk');
const promisify = require('es6-promisify');
const pify = require('pify');

const git = require('./utils/git');
Expand Down

0 comments on commit f91bff6

Please sign in to comment.