mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
remove unused imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import copy
|
||||
import inspect
|
||||
import os
|
||||
import sys
|
||||
|
||||
from six.moves import http_client as httplib
|
||||
import pytest
|
||||
@@ -9,7 +8,6 @@ import yaml
|
||||
|
||||
from vcr.compat import mock, contextlib
|
||||
from vcr.cassette import Cassette
|
||||
from vcr.persisters.filesystem import FilesystemPersister
|
||||
from vcr.errors import UnhandledHTTPRequestError
|
||||
from vcr.patch import force_reset
|
||||
from vcr.stubs import VCRHTTPSConnection
|
||||
|
||||
Reference in New Issue
Block a user