pylint
This commit is contained in:
parent
cbf78d474a
commit
0f7eab5100
1 changed files with 2 additions and 2 deletions
|
@ -714,7 +714,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
# #
|
# #
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
def jsonrpc_stop(self):
|
def jsonrpc_stop(self): # pylint: disable=no-self-use
|
||||||
"""
|
"""
|
||||||
Stop lbrynet API server.
|
Stop lbrynet API server.
|
||||||
|
|
||||||
|
@ -840,7 +840,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
response[component.component_name] = status
|
response[component.component_name] = status
|
||||||
return response
|
return response
|
||||||
|
|
||||||
def jsonrpc_version(self):
|
def jsonrpc_version(self): # pylint: disable=no-self-use
|
||||||
"""
|
"""
|
||||||
Get lbrynet API server version information
|
Get lbrynet API server version information
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue