Commit ecffdacf by Ned Batchelder

Silence needless pylint warnings

parent 8571ceab
...@@ -33,7 +33,7 @@ def intercepted_function(raise_error=None): ...@@ -33,7 +33,7 @@ def intercepted_function(raise_error=None):
""" """
if raise_error is not None: if raise_error is not None:
raise raise_error raise raise_error # pylint: disable=raising-bad-type
class InterceptErrorsTest(TestCase): class InterceptErrorsTest(TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment