diff --git a/tests/ai_horde_api/test_api_calls.py b/tests/ai_horde_api/test_api_calls.py index 4cb48cc..664c4c6 100644 --- a/tests/ai_horde_api/test_api_calls.py +++ b/tests/ai_horde_api/test_api_calls.py @@ -12,7 +12,6 @@ ) from horde_sdk.ai_horde_api.consts import WORKER_TYPE from horde_sdk.generic_api import RequestErrorResponse -from horde_sdk.generic_api.apimodels import BaseResponse from horde_sdk.generic_api.utils.swagger import SwaggerDoc _PRODUCTION_RESPONSES_FOLDER = Path(__file__).parent.parent / "test_data" / "ai_horde_api" / "production_responses"