We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55a789 commit b8597d3Copy full SHA for b8597d3
litellm/__init__.py
@@ -2,7 +2,7 @@
2
import warnings
3
4
warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*")
5
-### INIT VARIABLES ###########
+### INIT VARIABLES ############
6
import threading
7
import os
8
from typing import Callable, List, Optional, Dict, Union, Any, Literal, get_args
0 commit comments