Skip to content
Snippets Groups Projects
Commit ecffdacf authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Silence needless pylint warnings

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