mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
FamilyAttributeValues does not inherit from dict
This commit is contained in:
parent
997a6d14d4
commit
cd4172e475
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import six
|
|||
from openpype.lib import get_subset_name
|
||||
|
||||
|
||||
class FamilyAttributeValues(dict):
|
||||
class FamilyAttributeValues:
|
||||
def __init__(self, instance, values):
|
||||
self.instance = instance
|
||||
creator = self.instance.creator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue