From 792caf0d2d63a4ce6cdd7ba747ece5d078eaa93a Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:20:48 +0900 Subject: [PATCH] fix: typo in import --- dzgui/views/trees/tree_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/views/trees/tree_log.py b/dzgui/views/trees/tree_log.py index e8db97b..30174c0 100644 --- a/dzgui/views/trees/tree_log.py +++ b/dzgui/views/trees/tree_log.py @@ -2,7 +2,7 @@ import logging from typing import Any, TYPE_CHECKING -from dzgui.const.cosntants import APP_NAME +from dzgui.const.constants import APP_NAME from dzgui.const.enum import ContextMenuGroup from dzgui.model.model_factory import ModelFactory from dzgui.util import strings