Add F401 unused import warning, run ruff check to clean up F401
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from unittest.mock import AsyncMock, MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from anthropic import NOT_GIVEN
|
||||
from openai import NotGiven
|
||||
from openai._types import NOT_GIVEN as OPENAI_NOT_GIVEN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user