diff --git a/src/usdb_syncer/gui/search_tree/model.py b/src/usdb_syncer/gui/search_tree/model.py index d297699c..3a0a77d6 100644 --- a/src/usdb_syncer/gui/search_tree/model.py +++ b/src/usdb_syncer/gui/search_tree/model.py @@ -111,7 +111,7 @@ def index( return self.createIndex(row, column, item) @overload - def parent(self, child: QIndex) -> QModelIndex: ... + def parent(self, child: QIndex) -> QModelIndex: ... # type: ignore @overload def parent(self) -> QObject: ...