mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Make Linter happy
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user