From 00e838ec5a972388a804f0b83e5b0be1446278d1 Mon Sep 17 00:00:00 2001 From: Ben McGarry <9434920+BenMcGarry@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:37:22 +0000 Subject: [PATCH] lint --- lib/modules/showImages.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/modules/showImages.js b/lib/modules/showImages.js index 8f08fdcea7..b860e00d91 100644 --- a/lib/modules/showImages.js +++ b/lib/modules/showImages.js @@ -18,14 +18,12 @@ import type { GenericMedia, } from '../core/host'; import { Host } from '../core/host'; -import { loadOptions } from '../core/init'; import { Module } from '../core/module'; import { positiveModulo, downcast, filterMap, Thing, - PagePhases, SelectedThing, addCSS, batch, @@ -38,7 +36,6 @@ import { frameThrottle, isPageType, isAppType, - stopPageContextScript, string, waitForEvent, watchForElements, @@ -57,7 +54,6 @@ import { Permissions, Storage, } from '../environment'; -import * as Modules from '../core/modules'; import * as Options from '../core/options'; import * as __hosts from './hosts'; import * as Notifications from './notifications'; @@ -78,7 +74,6 @@ import { expandos, activeExpandos, } from './showImages/expando'; -import vreddit from './hosts/vreddit'; const siteModules: Map> = new Map( Object.values(__hosts).map(host => [host.moduleID, downcast(host, Host)]), // ensure that all hosts are instances of `Host`