Skip to content

Commit

Permalink
chore: remove unneeded import (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsimms authored and adampash committed Apr 3, 2019
1 parent bafa764 commit da9a836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/comment-for-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
const bot = require('@jesses/circle-github-bot').default.create();
const Mercury = require('../dist/mercury.js');
const fs = require('fs');
const getTestReport = require('./get-test-report');
const execSync = require('child_process').execSync;
const { getReport } = require('@postlight/ci-failed-test-reporter');

Expand Down

0 comments on commit da9a836

Please sign in to comment.