mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix empty line
This commit is contained in:
parent
cc893a64b4
commit
9811e8a1d5
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class GroupWidget(QtWidgets.QWidget):
|
|||
instances(list<CreatedInstance>): List of instances in
|
||||
CreateContext.
|
||||
"""
|
||||
|
||||
|
||||
# Store instances by id and by subset name
|
||||
instances_by_id = {}
|
||||
instances_by_subset_name = collections.defaultdict(list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue