mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
changed abstract class docstring
This commit is contained in:
parent
83b109be28
commit
1017becebd
1 changed files with 1 additions and 5 deletions
|
|
@ -235,11 +235,7 @@ class AYONSecureRegistry:
|
|||
|
||||
|
||||
class ASettingRegistry(ABC):
|
||||
"""Abstract class defining structure of **SettingRegistry** class.
|
||||
|
||||
It is implementing methods to store secure items into keyring, otherwise
|
||||
mechanism for storing common items must be implemented in abstract
|
||||
methods.
|
||||
"""Abstract class to defining structure of registry class.
|
||||
|
||||
"""
|
||||
def __init__(self, name: str) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue