From f15c80953b977987024675cdab9c77c21ebf2b42 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 26 Feb 2021 21:49:23 +0100 Subject: [PATCH] Make Linter happy --- NetUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetUtils.py b/NetUtils.py index 8498a45d..4c73fc83 100644 --- a/NetUtils.py +++ b/NetUtils.py @@ -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: