From b4172676f338d38fc272e6c201d17a57062ac966 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 5 Feb 2020 18:12:09 -0500 Subject: [PATCH] lint compliance --- lib/commands/quota.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/commands/quota.js b/lib/commands/quota.js index 95656223a..654802f35 100644 --- a/lib/commands/quota.js +++ b/lib/commands/quota.js @@ -2,7 +2,6 @@ /* globals Buffer*/ const Quota = module.exports; -const Core = require("./core"); const Util = require("../common-util"); const Package = require('../../package.json'); const Https = require("https");