Skip to content

Commit 3f9ef21

Browse files
Update viewer.py
Update the Import of ProjectTreeModel
1 parent d9f082f commit 3f9ef21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

annotation_tool/viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from models import AppStateModel
1414

1515
from ui.common.main_window import MainWindowUI
16-
from ui.common.tree_model import ProjectTreeModel
16+
from models.project_tree import ProjectTreeModel
1717
from utils import create_checkmark_icon, natural_sort_key, resource_path
1818

1919

0 commit comments

Comments
 (0)