From b6d282b4ee3af199d166cd27fc385adaedafab42 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 3 Jun 2025 00:11:06 +0300 Subject: [PATCH] Fix for eslint --- public/scripts/BulkEditOverlay.js | 1 - public/scripts/extensions/regex/index.js | 2 +- public/scripts/samplerSelect.js | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/public/scripts/BulkEditOverlay.js b/public/scripts/BulkEditOverlay.js index 61b8d5eb0..ebfd10420 100644 --- a/public/scripts/BulkEditOverlay.js +++ b/public/scripts/BulkEditOverlay.js @@ -2,7 +2,6 @@ import { characterGroupOverlay, - callPopup, characters, event_types, eventSource, diff --git a/public/scripts/extensions/regex/index.js b/public/scripts/extensions/regex/index.js index 3dc87c3ca..276127a24 100644 --- a/public/scripts/extensions/regex/index.js +++ b/public/scripts/extensions/regex/index.js @@ -1,4 +1,4 @@ -import { callPopup, characters, eventSource, event_types, getCurrentChatId, reloadCurrentChat, saveSettingsDebounced, this_chid } from '../../../script.js'; +import { characters, eventSource, event_types, getCurrentChatId, reloadCurrentChat, saveSettingsDebounced, this_chid } from '../../../script.js'; import { extension_settings, renderExtensionTemplateAsync, writeExtensionField } from '../../extensions.js'; import { selected_group } from '../../group-chats.js'; import { callGenericPopup, POPUP_TYPE } from '../../popup.js'; diff --git a/public/scripts/samplerSelect.js b/public/scripts/samplerSelect.js index 49d18dc7f..0500c9b5c 100644 --- a/public/scripts/samplerSelect.js +++ b/public/scripts/samplerSelect.js @@ -1,7 +1,6 @@ import { main_api, saveSettingsDebounced, - callPopup, } from '../script.js'; import { power_user } from './power-user.js'; //import { BIAS_CACHE, displayLogitBias, getLogitBiasListResult } from './logit-bias.js';