From 5532c0b4cfc403d80f5613d5ecacddb1abe83e1a Mon Sep 17 00:00:00 2001 From: Parker Hancock <633163+parkerhancock@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:15:14 -0600 Subject: [PATCH] more attempts to make the linters happy --- tests/integration/test_httpx.py | 2 -- vcr/stubs/httpx_stubs.py | 1 - 2 files changed, 3 deletions(-) diff --git a/tests/integration/test_httpx.py b/tests/integration/test_httpx.py index 4bedc8a2..22b3e693 100644 --- a/tests/integration/test_httpx.py +++ b/tests/integration/test_httpx.py @@ -1,4 +1,3 @@ - import pytest import vcr @@ -7,7 +6,6 @@ httpx = pytest.importorskip("httpx") - @pytest.fixture(params=["https", "http"]) def scheme(request): """Fixture that returns both http and https.""" diff --git a/vcr/stubs/httpx_stubs.py b/vcr/stubs/httpx_stubs.py index 0bb3b4a4..aa5e05a4 100644 --- a/vcr/stubs/httpx_stubs.py +++ b/vcr/stubs/httpx_stubs.py @@ -111,7 +111,6 @@ def _play_responses(cassette, request, vcr_request, client, kwargs): return response - async def _async_vcr_send(cassette, real_send, *args, **kwargs): vcr_request, response = _shared_vcr_send(cassette, real_send, *args, **kwargs) if response: