Skip to content

Commit 2a92a60

Browse files
committed
ci/cd run again
1 parent 5a4b6cd commit 2a92a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
if set_verbose == True:
4646
_turn_on_debug()
4747
#############################################
48-
### Callbacks /Logging / Success / Failure Handlers ###
48+
### Callbacks /Logging / Success / Failure Handlers ####
4949
input_callback: List[Union[str, Callable]] = []
5050
success_callback: List[Union[str, Callable]] = []
5151
failure_callback: List[Union[str, Callable]] = []

0 commit comments

Comments
 (0)