mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixed typo
This commit is contained in:
parent
bc3c392ba5
commit
890f612c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ class HierarchyModel(QtCore.QAbstractItemModel):
|
|||
if item.data(REMOVED_ROLE):
|
||||
item.setData(False, REMOVED_ROLE)
|
||||
|
||||
def delete_indexe(self, index):
|
||||
def delete_index(self, index):
|
||||
return self.delete_indexes([index])
|
||||
|
||||
def delete_indexes(self, indexes):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue