mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(lint): remove unused imports from SendGrid test
This commit is contained in:
parent
0ab0d2ae80
commit
755de9e4a8
1 changed files with 0 additions and 2 deletions
|
|
@ -2,9 +2,7 @@ import os
|
|||
import sys
|
||||
import unittest.mock as mock
|
||||
|
||||
import httpx
|
||||
import pytest
|
||||
import respx
|
||||
from httpx import Response
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../../.."))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue