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

Fix linter

This commit is contained in:
Martynas Mickevičius
2020-05-05 18:09:16 +03:00
committed by Kevin McCarthy
parent 133423ce94
commit 0ef400195b
3 changed files with 9 additions and 12 deletions

View File

@@ -2,7 +2,6 @@ import functools
import logging
from unittest.mock import patch, MagicMock
from yarl import URL
import httpx
from vcr.request import Request as VcrRequest
from vcr.errors import CannotOverwriteExistingCassetteException