forked from p15670423/monkey
Agent: Remove superfluous types from IPropCredRepo docstrings
This commit is contained in:
parent
223474d983
commit
aa32b5059a
|
@ -14,7 +14,7 @@ class IPropagationCredentialsRepository(metaclass=abc.ABCMeta):
|
|||
def add_credentials(self, credentials_to_add: Iterable[Credentials]):
|
||||
"""
|
||||
Adds credentials to the CredentialStore
|
||||
:param Iterable[Credentials] credentials_to_add: The credentials that will be added
|
||||
:param credentials_to_add: The credentials that will be added
|
||||
"""
|
||||
|
||||
@abc.abstractmethod
|
||||
|
@ -22,5 +22,4 @@ class IPropagationCredentialsRepository(metaclass=abc.ABCMeta):
|
|||
"""
|
||||
Retrieves credentials from the store
|
||||
:return: Credentials that can be used for propagation
|
||||
:type: PropagationCredentials
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue