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