mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 21:04:10 +00:00
7bfd816d3b
Author: Krrish Dholakia <krrishdholakia@gmail.com> Date: Mon Feb 17 21:37:36 2025 -0800 fix(proxy/_types.py): fix linting error commit dc4d5cffa69bbcde5a3de17aa7dc934238d81034 Author: Krrish Dholakia <krrishdholakia@gmail.com>
6 lines
128 B
Python
6 lines
128 B
Python
from typing import Literal
|
|
|
|
|
|
def my_custom_validate(token: str) -> Literal[True]:
|
|
raise Exception("Custom validate failed")
|