changed abstract class docstring

This commit is contained in:
Jakub Trllo 2025-07-31 11:21:26 +02:00
parent 83b109be28
commit 1017becebd

View file

@ -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: