mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
make linters happy
This commit is contained in:
committed by
Jair Henrique
parent
f5fc7aac22
commit
f4467a8d6c
@@ -1,4 +1,3 @@
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -7,7 +6,6 @@ import vcr
|
||||
asyncio = pytest.importorskip("asyncio")
|
||||
httpx = pytest.importorskip("httpx")
|
||||
|
||||
from vcr.stubs.httpx_stubs import HTTPX_REDIRECT_PARAM # noqa: E402
|
||||
|
||||
|
||||
@pytest.fixture(params=["https", "http"])
|
||||
|
||||
Reference in New Issue
Block a user