Fix for eslint
| @@ -2,7 +2,6 @@ | ||
| 2 | 2 | |
| 3 | 3 | import { |
| 4 | 4 | characterGroupOverlay, |
| 5 | - callPopup, | |
| 6 | 5 | characters, |
| 7 | 6 | event_types, |
| 8 | 7 | eventSource, |
| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | import { callPopup, characters, eventSource, event_types, getCurrentChatId, reloadCurrentChat, saveSettingsDebounced, this_chid } from '../../../script.js'; |
| 2 | 2 | import { extension_settings, renderExtensionTemplateAsync, writeExtensionField } from '../../extensions.js'; |
| 3 | 3 | import { selected_group } from '../../group-chats.js'; |
| 4 | 4 | import { callGenericPopup, POPUP_TYPE } from '../../popup.js'; |
| @@ -1,7 +1,6 @@ | ||
| 1 | 1 | import { |
| 2 | 2 | main_api, |
| 3 | 3 | saveSettingsDebounced, |
| 4 | - callPopup, | |
| 5 | 4 | } from '../script.js'; |
| 6 | 5 | import { power_user } from './power-user.js'; |
| 7 | 6 | //import { BIAS_CACHE, displayLogitBias, getLogitBiasListResult } from './logit-bias.js'; |