Skip to content

Commit

Permalink
more attempts to make the linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerhancock authored and jairhenrique committed Dec 8, 2023
1 parent f4467a8 commit 5532c0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_httpx.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import pytest

import vcr
Expand All @@ -7,7 +6,6 @@
httpx = pytest.importorskip("httpx")



@pytest.fixture(params=["https", "http"])
def scheme(request):
"""Fixture that returns both http and https."""
Expand Down
1 change: 0 additions & 1 deletion vcr/stubs/httpx_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5532c0b

Please sign in to comment.