Fix for eslint

This commit is contained in:
Cohee
2025-06-03 00:11:06 +03:00
parent 8d143a81c3
commit b6d282b4ee
3 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
import {
characterGroupOverlay,
callPopup,
characters,
event_types,
eventSource,

View File

@@ -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';

View File

@@ -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';