mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix: add more type hints to init methods
This commit is contained in:
parent
c91ebb6a64
commit
2ecd614a73
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import traceback
|
|||
|
||||
class CustomLogger: # https://docs.litellm.ai/docs/observability/custom_callback#callback-class
|
||||
# Class variables or attributes
|
||||
def __init__(self):
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
|
||||
def log_pre_api_call(self, model, messages, kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue