run black over dangling files

This commit is contained in:
Alex Stokes
2019-08-02 11:44:11 -07:00
parent da9d5cadec
commit 7b7c8ad30d
11 changed files with 844 additions and 560 deletions

View File

@ -5,7 +5,6 @@ from libp2p.peer.id import ID
from libp2p.peer.peerinfo import PeerInfo
class IContentRouting(ABC):
@abstractmethod
def provide(self, cid: bytes, announce: bool = True) -> None: