diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-04-20 13:45:08 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-04-20 14:32:11 +0200 |
| commit | 7c9bf78d9953510a7b538fe0dbefdfdc954e3cb6 (patch) | |
| tree | 7a88e25ebf79bf53da4e4e1f5942a1e024595ae5 /tests/extensions/test_check_raise_docs.py | |
| parent | 848278d136084abd459d471ee6d24807b566eb1b (diff) | |
| download | pylint-git-7c9bf78d9953510a7b538fe0dbefdfdc954e3cb6.tar.gz | |
[tests lint] Fix all W0107 (unnecessary-pass) in pylint's own tests
Diffstat (limited to 'tests/extensions/test_check_raise_docs.py')
| -rw-r--r-- | tests/extensions/test_check_raise_docs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/extensions/test_check_raise_docs.py b/tests/extensions/test_check_raise_docs.py index a95ccca0d..010291d9a 100644 --- a/tests/extensions/test_check_raise_docs.py +++ b/tests/extensions/test_check_raise_docs.py @@ -561,7 +561,6 @@ class TestDocstringCheckerRaise(CheckerTestCase): ) with self.assertNoMessages(): self.checker.visit_raise(raise_node) - pass def test_find_numpy_attr_raises_substr_exc(self): raise_node = astroid.extract_node( |
