diff --git a/dzgui/views/trees/tree_base.py b/dzgui/views/trees/tree_base.py index 4b5cb42..b3b1178 100644 --- a/dzgui/views/trees/tree_base.py +++ b/dzgui/views/trees/tree_base.py @@ -1,7 +1,6 @@ import logging from typing import Any, Optional, TYPE_CHECKING -from warnings import deprecated from dzgui.const.constants import APP_NAME, SEPARATOR from dzgui.util.keys import is_ctrl_mask, is_navkey