rpc: apply correct typehints; remove redundant parentheses
This commit is contained in:
@@ -28,7 +28,7 @@ class RPCManager(object):
|
||||
self.telegram = None
|
||||
self._init()
|
||||
|
||||
def _init(self):
|
||||
def _init(self) -> None:
|
||||
"""
|
||||
Init RPC modules
|
||||
:return:
|
||||
|
Reference in New Issue
Block a user