summaryrefslogtreecommitdiff
path: root/tests/extensions
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-10 22:53:36 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-10 23:23:11 +0200
commit74d5bcb352141bc742488e74d1b37c1cb381a7ce (patch)
treefb0491d8c46eb85b8557e1efc2deee66b6173ecb /tests/extensions
parent9ed9065e19dfcccecab04eba71bf557e91f2379c (diff)
downloadpylint-git-74d5bcb352141bc742488e74d1b37c1cb381a7ce.tar.gz
Update formatting following black and isort update
Diffstat (limited to 'tests/extensions')
-rw-r--r--tests/extensions/test_check_docs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/extensions/test_check_docs.py b/tests/extensions/test_check_docs.py
index dfb5228de..0ed6cb8a7 100644
--- a/tests/extensions/test_check_docs.py
+++ b/tests/extensions/test_check_docs.py
@@ -2101,8 +2101,7 @@ class TestParamDocChecker(CheckerTestCase):
self.checker.visit_functiondef(node)
def test_ignores_raise_notimplementederror_sphinx(self):
- """Example of an abstract
- """
+ """Example of an abstract"""
node = astroid.extract_node(
"""
class Foo(object):