Remove unused imports from mzta-summarize.js
This commit is contained in:
parent
8abb7e349b
commit
2c07aa6336
1 changed files with 1 additions and 3 deletions
|
|
@ -16,12 +16,10 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { prefs_default } from "../../options/mzta-options-default.js";
|
|
||||||
import { taLogger } from "../../js/mzta-logger.js";
|
import { taLogger } from "../../js/mzta-logger.js";
|
||||||
import { getSpecialPrompts, setSpecialPrompts } from "../../js/mzta-prompts.js";
|
import { getSpecialPrompts, setSpecialPrompts } from "../../js/mzta-prompts.js";
|
||||||
import { getPlaceholders } from "../../js/mzta-placeholders.js";
|
import { getPlaceholders } from "../../js/mzta-placeholders.js";
|
||||||
import { textareaAutocomplete } from "../../js/mzta-placeholders-autocomplete.js";
|
import { textareaAutocomplete } from "../../js/mzta-placeholders-autocomplete.js";
|
||||||
import { isAPIKeyValue } from "../../js/mzta-utils.js";
|
|
||||||
|
|
||||||
let autocompleteSuggestions = [];
|
let autocompleteSuggestions = [];
|
||||||
let taLog = new taLogger("mzta-summarize-page", true);
|
let taLog = new taLogger("mzta-summarize-page", true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue