diff --git a/get-verbs.js b/get-verbs.js index 7673d05..1c9cc6b 100644 --- a/get-verbs.js +++ b/get-verbs.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * */ - const fs = require("fs"); const fetch = require("node-fetch"); const path = require("path");