Make Linter happy

This commit is contained in:
Fabian Dill 2021-02-26 21:49:23 +01:00
parent abcc2690f0
commit f15c80953b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class HandlerMeta(type):
class JSONtoTextParser(metaclass=HandlerMeta):
def __init__(self, ctx: "MultiClient.Context"):
def __init__(self, ctx):
self.ctx = ctx
def __call__(self, input_object: typing.List[JSONMessagePart]) -> str: