fixed: cm_global importing error

This commit is contained in:
Dr.Lt.Data
2025-05-19 06:10:25 +09:00
committed by bymyself
parent 9d2034bd4f
commit 798b203274
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import re
import logging
import platform
import shlex
import cm_global
from . import cm_global
cache_lock = threading.Lock()