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

Correct mock imports. Fixes #504 (#505)

* Correct mock imports. Fixes #504

Update changelog

Revert accidental import deletion

* Remove move dependency that was masking error from tox.ini
This commit is contained in:
Josh Peak
2019-12-20 22:08:25 +11:00
committed by GitHub
parent f07083e7cc
commit accffa8ea2
11 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
import contextlib
import functools
import itertools
import mock
from unittest import mock
from .stubs import VCRHTTPConnection, VCRHTTPSConnection
import http.client as httplib