From 113021eacd50e203cd8686b03de53cc640e9de3f Mon Sep 17 00:00:00 2001 From: Alexander Koshkin Date: Wed, 9 Jan 2019 22:30:18 +0300 Subject: [PATCH] Delete trailing whitespace issue, ignore previously untested folders for now. --- .travis.yml | 2 +- libp2p/peer/addrbook_interface.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0690d6a..d90f7aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: script: - pytest --cov=./libp2p tests/ - - pylint --rcfile=.pylintrc libp2p tests + - pylint --rcfile=.pylintrc libp2p tests --ignore libp2p/{kademlia,protocol_muxer} after_success: - codecov diff --git a/libp2p/peer/addrbook_interface.py b/libp2p/peer/addrbook_interface.py index 13a97e8..914d937 100644 --- a/libp2p/peer/addrbook_interface.py +++ b/libp2p/peer/addrbook_interface.py @@ -45,4 +45,3 @@ class IAddrBook(ABC): """ :return: all of the peer IDs stored with addresses """ -