mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix long line
This commit is contained in:
parent
012139e389
commit
f95ea456b9
1 changed files with 2 additions and 2 deletions
|
|
@ -591,8 +591,8 @@ class HierarchyModel(QtCore.QAbstractItemModel):
|
|||
def remove_delete_flag(self, item_ids, with_children=True):
|
||||
"""Remove deletion flag on items with matching ids.
|
||||
|
||||
The flag is also removed on all parents of passed children as it wouldn't
|
||||
make sense to not to do so.
|
||||
The flag is also removed on all parents of passed children as it
|
||||
wouldn't make sense to not to do so.
|
||||
|
||||
Children of passed item ids are by default also unset for deletion.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue