From 8f9a0635e7cb07d0d963f42c58b0ee8f3ce234c4 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 6 Jun 2022 19:28:19 -0500 Subject: [PATCH] Remove unused import --- helpers/build-video-list.js | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/build-video-list.js b/helpers/build-video-list.js index 53ba4a5..1ea7991 100644 --- a/helpers/build-video-list.js +++ b/helpers/build-video-list.js @@ -1,5 +1,4 @@ import fs from 'fs-extra' -import axios from 'axios' import { PromisePool } from '@supercharge/promise-pool' import { fuzzyMatchesWholeWord } from './matching.js'