mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
run black over dangling files
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
|
||||
class IRawConnection(ABC):
|
||||
"""
|
||||
A Raw Connection provides a Reader and a Writer
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,2 @@
|
||||
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
||||
import grpc
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -3,7 +3,6 @@ from libp2p.security.security_multistream import SecurityMultistream
|
||||
|
||||
|
||||
class TransportUpgrader:
|
||||
|
||||
def __init__(self, secOpt, muxerOpt):
|
||||
# Store security option
|
||||
self.security_multistream = SecurityMultistream()
|
||||
|
||||
Reference in New Issue
Block a user