remove v import in init

This commit is contained in:
ishaan-jaff 2023-08-22 16:34:50 -07:00
parent 3e79d1523f
commit b1ff03d947

View file

@ -1,5 +1,4 @@
import threading
from litellm._version import version as __version__
from typing import Callable, List, Optional
input_callback: List[str] = []