fix: remove unused import and hoist module-level constant

- Remove unused  from tools/tts_tool.py (dead code)
- Move _BUILTIN_DELIVER_PLATFORMS set from send() method to module
  scope in gateway/platforms/webhook.py to avoid reallocation on
  every call
This commit is contained in:
0xchainer
2026-05-17 00:35:05 +03:00
committed by Teknium
parent a81cfd0a0a
commit 60531889d5
2 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,6 @@ import queue
import re
import shlex
import shutil
import signal
import subprocess
import tempfile
import threading