From 0dd84fad78faa3a44483e5cb13c3489b299a3ba7 Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Wed, 3 Feb 2016 18:37:50 +0500 Subject: [PATCH] pep8 --- headphones/unittestcompat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/unittestcompat.py b/headphones/unittestcompat.py index 266196a7..8eb441f1 100644 --- a/headphones/unittestcompat.py +++ b/headphones/unittestcompat.py @@ -37,7 +37,7 @@ class TestCase(TC): @_d def assertRegexpMatches(self, *args, **kw): return super(TestCase, self).assertRegexpMatches(*args, **kw) - + def assertIsNone(self, val, msg=None): if not _dummy: return super(TestCase, self).assertIsNone(val, msg)