1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Run linters.

This commit is contained in:
Allan Crooks
2024-01-21 15:50:46 +00:00
committed by Jair Henrique
parent c5487384ee
commit 54bc6467eb
2 changed files with 17 additions and 11 deletions

View File

@@ -1,11 +1,14 @@
import pytest
import os
import pytest
import vcr
from ..assertions import assert_is_json_bytes
asyncio = pytest.importorskip("asyncio")
httpx = pytest.importorskip("httpx")
from ..assertions import assert_is_json_bytes
@pytest.fixture(params=["https", "http"])
def scheme(request):