mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
fixup
This commit is contained in:
@ -49,7 +49,7 @@ class Workflow(Blackbox):
|
|||||||
return Literal(self.sum_blackbox.processing(*args, **kwargs))
|
return Literal(self.sum_blackbox.processing(*args, **kwargs))
|
||||||
|
|
||||||
async def processing(self, *args, **kwargs):
|
async def processing(self, *args, **kwargs):
|
||||||
request = args[0]
|
request: Request = args[0]
|
||||||
json = await request.json()
|
json = await request.json()
|
||||||
content = None
|
content = None
|
||||||
mdeia_type = None
|
mdeia_type = None
|
||||||
|
|||||||
Reference in New Issue
Block a user