mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove unnecessary super call
This commit is contained in:
parent
2013eea5c4
commit
1a46f2c027
1 changed files with 0 additions and 2 deletions
|
|
@ -242,8 +242,6 @@ class ASettingRegistry(ABC):
|
|||
|
||||
"""
|
||||
def __init__(self, name: str) -> None:
|
||||
super().__init__()
|
||||
|
||||
self._name = name
|
||||
|
||||
def set_item(self, name: str, value: str) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue