[+] remove duplicate views from app.py
This commit is contained in:
parent
9bd3c3e45b
commit
d6e1424d89
16
deps/test-task-2025-07-17-v2/python/online/fxreader/pr34/test_task_2025_07_17_v2/transform/app.py
vendored
16
deps/test-task-2025-07-17-v2/python/online/fxreader/pr34/test_task_2025_07_17_v2/transform/app.py
vendored
@ -1,16 +0,0 @@
|
||||
|
||||
import fastapi
|
||||
|
||||
from typing import (Annotated, Any,)
|
||||
from . import schema
|
||||
|
||||
router = fastapi.APIRouter()
|
||||
|
||||
@router.post('summarize')
|
||||
def summarize(
|
||||
data: Annotated[
|
||||
list[str],
|
||||
fastapi.Body(),
|
||||
],
|
||||
) -> schema.Payload:
|
||||
raise NotImplementedError
|
Loading…
Reference in New Issue
Block a user