Skip to content

Commit

Permalink
remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Dec 12, 2024
1 parent 60fff3b commit 11e201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defog_utils/utils_multi_llm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import concurrent
import asyncio
from typing import Callable, Dict, List, Dict, Any, Optional, Union
from typing import Callable, Dict

from .utils_llm import (
LLMResponse,
Expand Down

0 comments on commit 11e201a

Please sign in to comment.