From 562ca43859374690b9637729b13a8ead6fd4d78e Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Mon, 3 Sep 2018 16:01:47 +0200
Subject: [PATCH] tests: fix lint

---
 test/datasource/github.spec.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/datasource/github.spec.js b/test/datasource/github.spec.js
index 006d9c9a09..f942a52b1e 100644
--- a/test/datasource/github.spec.js
+++ b/test/datasource/github.spec.js
@@ -1,5 +1,3 @@
-const delay = require('delay');
-
 const datasource = require('../../lib/datasource');
 const github = require('../../lib/datasource/github');
 const ghGot = require('../../lib/platform/github/gh-got-wrapper');
-- 
GitLab