You've already forked hotpocket
This commit is contained in:
8
services/packages/soa/hotpocket_soa/dto/celery.py
Normal file
8
services/packages/soa/hotpocket_soa/dto/celery.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import annotations
|
||||
|
||||
import pydantic
|
||||
|
||||
|
||||
class AsyncResultOut(pydantic.BaseModel):
|
||||
id: str
|
||||
Reference in New Issue
Block a user