fix: import importlib.util explicitly (not auto-loaded in Python 3.12) — broke plugin loading, causing empty voice lists

This commit is contained in:
Deniz Şafak
2026-07-23 02:17:46 +03:00
parent a0fdabd81f
commit 14913b45e9
+1 -1
View File
@@ -12,7 +12,7 @@ The loader does NOT:
from __future__ import annotations from __future__ import annotations
import importlib import importlib.util
import re import re
import sys import sys
import types import types