From a12445a00a6de8353ed3dd353b1699189b2a4313 Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Sun, 5 Oct 2025 14:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CodeSnippetRofi/helper/file_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeSnippetRofi/helper/file_helper.py b/CodeSnippetRofi/helper/file_helper.py index 81171c7..2f3c85d 100644 --- a/CodeSnippetRofi/helper/file_helper.py +++ b/CodeSnippetRofi/helper/file_helper.py @@ -8,7 +8,7 @@ import subprocess import tempfile from pathlib import Path -from CodeSnippetRofi.common.constant import editor_class, code_snippet_editor +from common.constant import editor_class, code_snippet_editor from common.constant import template_add, template_edit from entity.result import ActionResult