Remove pylint:disable

This commit is contained in:
mhchia
2019-08-02 23:19:36 +08:00
parent 06a9511ab4
commit 2e94fcf56c
36 changed files with 7 additions and 64 deletions

View File

@ -6,7 +6,6 @@ if TYPE_CHECKING:
from libp2p.network.connection.raw_connection_interface import IRawConnection
from .typing import TSecurityDetails
# pylint: disable=W0105
"""
Represents a secured connection object, which includes a connection and details about the security

View File

@ -7,7 +7,6 @@ if TYPE_CHECKING:
from libp2p.network.connection.raw_connection_interface import IRawConnection
from libp2p.peer.id import ID
# pylint: disable=W0105
"""
Transport that is used to secure a connection. This transport is

View File

@ -14,7 +14,6 @@ if TYPE_CHECKING:
TProtocol = NewType("TProtocol", str)
# pylint: disable=W0105
"""
Represents a secured connection object, which includes a connection and details about the security