mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
vcr/unittest: Remove unused logger
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import inspect
|
||||
import logging
|
||||
import os
|
||||
import unittest
|
||||
|
||||
from .. import VCR
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class VCRMixin(object):
|
||||
"""A TestCase mixin that provides VCR integration."""
|
||||
|
||||
Reference in New Issue
Block a user