Add automatic docstring formatter and apply

This commit is contained in:
Dominik Muhs
2019-10-24 08:41:10 +02:00
parent 30aeb35122
commit eef505f2d9
74 changed files with 565 additions and 760 deletions

View File

@ -6,9 +6,7 @@ class IOException(BaseLibp2pError):
class IncompleteReadError(IOException):
"""
Fewer bytes were read than requested.
"""
"""Fewer bytes were read than requested."""
class MsgioException(IOException):

View File

@ -1,5 +1,4 @@
"""
``msgio`` is an implementation of `https://github.com/libp2p/go-msgio`.
"""``msgio`` is an implementation of `https://github.com/libp2p/go-msgio`.
from that repo: "a simple package to r/w length-delimited slices."