router.post(
"/extras/detokenize",
summary="Detokenize",
dependencies=[Depends(authenticate)],
tags=[extras_tag],
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import json |
nothing calls this directly
no outgoing calls
no test coverage detected