From ffae43d5bd0bf88dc4b5ed85fe1a490206cddbf8 Mon Sep 17 00:00:00 2001 From: KenanZhu <3471685733@qq.com> Date: Tue, 24 Mar 2026 21:49:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(ConfigUtils):=20=E6=B7=BB=E5=8A=A0=E6=9C=AA?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E7=9A=84=20os=20=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/ConfigUtils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/ConfigUtils.py b/src/utils/ConfigUtils.py index 34ac2f4..8fc632c 100644 --- a/src/utils/ConfigUtils.py +++ b/src/utils/ConfigUtils.py @@ -7,6 +7,8 @@ This software is provided "as is", without any warranty of any kind. You may use, modify, and distribute this file under the terms of the MIT License. See the LICENSE file for details. """ +import os + import managers.config.ConfigManager as ConfigManager class ConfigUtils: