Make Linter happy
This commit is contained in:
parent
abcc2690f0
commit
f15c80953b
|
@ -122,7 +122,7 @@ class HandlerMeta(type):
|
||||||
|
|
||||||
|
|
||||||
class JSONtoTextParser(metaclass=HandlerMeta):
|
class JSONtoTextParser(metaclass=HandlerMeta):
|
||||||
def __init__(self, ctx: "MultiClient.Context"):
|
def __init__(self, ctx):
|
||||||
self.ctx = ctx
|
self.ctx = ctx
|
||||||
|
|
||||||
def __call__(self, input_object: typing.List[JSONMessagePart]) -> str:
|
def __call__(self, input_object: typing.List[JSONMessagePart]) -> str:
|
||||||
|
|
Loading…
Reference in New Issue