No need to inherit from object in Python 3
This commit is contained in:
committed by
Adrien Vergé
parent
4c7b47daf3
commit
ae3158cd1f
@@ -29,7 +29,7 @@ from yamllint import cli
|
||||
from yamllint import config
|
||||
|
||||
|
||||
class RunContext(object):
|
||||
class RunContext:
|
||||
"""Context manager for ``cli.run()`` to capture exit code and streams."""
|
||||
|
||||
def __init__(self, case):
|
||||
|
||||
Reference in New Issue
Block a user