mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix super call
This commit is contained in:
parent
5fa0bb524a
commit
c26c141343
1 changed files with 1 additions and 1 deletions
|
|
@ -1461,7 +1461,7 @@ class AssetItem(BaseItem):
|
|||
if isinstance(item, TaskItem):
|
||||
self._remove_task(item)
|
||||
|
||||
super(AssetItem).remove_child(item)
|
||||
super(AssetItem, self).remove_child(item)
|
||||
|
||||
|
||||
class TaskItem(BaseItem):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue