mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
Enforce pre-summary newline in docstrings
This commit is contained in:
@ -11,8 +11,9 @@ def default_secure_bytes_provider(n: int) -> bytes:
|
||||
|
||||
|
||||
class BaseSecureTransport(ISecureTransport):
|
||||
"""``BaseSecureTransport`` is not fully instantiated from its abstract
|
||||
classes as it is only meant to be used in clases that derive from it.
|
||||
"""
|
||||
``BaseSecureTransport`` is not fully instantiated from its abstract classes
|
||||
as it is only meant to be used in clases that derive from it.
|
||||
|
||||
Clients can provide a strategy to get cryptographically secure bytes
|
||||
of a given length. A default implementation is provided using the
|
||||
|
||||
Reference in New Issue
Block a user