mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #21412 from BerriAI/fix/remove-unused-asyncio-imports
fix: remove unused asyncio imports (linting errors)
This commit is contained in:
commit
7f1cb90228
2 changed files with 0 additions and 2 deletions
|
|
@ -822,7 +822,6 @@ def log_guardrail_information(func):
|
|||
- during_call
|
||||
- post_call
|
||||
"""
|
||||
import asyncio
|
||||
import functools
|
||||
import inspect
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ for line-by-line profiling.
|
|||
See performance_utils.md for detailed usage examples and documentation.
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
import atexit
|
||||
import cProfile
|
||||
import functools
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue