mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
vcr/unittest: Resolve needless inheritence from object
This commit is contained in:
@@ -5,7 +5,7 @@ import unittest
|
||||
from .. import VCR
|
||||
|
||||
|
||||
class VCRMixin(object):
|
||||
class VCRMixin:
|
||||
"""A TestCase mixin that provides VCR integration."""
|
||||
|
||||
vcr_enabled = True
|
||||
|
||||
Reference in New Issue
Block a user