Delete trailing whitespace issue, ignore previously untested folders for now.

This commit is contained in:
Alexander Koshkin 2019-01-09 22:30:18 +03:00
parent 3ab741feb4
commit 113021eacd
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ install:
script: script:
- pytest --cov=./libp2p tests/ - pytest --cov=./libp2p tests/
- pylint --rcfile=.pylintrc libp2p tests - pylint --rcfile=.pylintrc libp2p tests --ignore libp2p/{kademlia,protocol_muxer}
after_success: after_success:
- codecov - codecov

View File

@ -45,4 +45,3 @@ class IAddrBook(ABC):
""" """
:return: all of the peer IDs stored with addresses :return: all of the peer IDs stored with addresses
""" """