mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 08:35:32 +01:00
pep8
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user