X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b1cd59f26776faf543078ee2fdbf2b01fa5ed15e..00a302560b92951c22f0f4c8d618cf63de39bd57:/tests/class_blank_parentheses.py diff --git a/tests/class_blank_parentheses.py b/tests/class_blank_parentheses.py index bf19a26..1a5721a 100644 --- a/tests/class_blank_parentheses.py +++ b/tests/class_blank_parentheses.py @@ -39,7 +39,6 @@ class ClassWithSpaceParentheses: class ClassWithEmptyFunc(object): - def func_with_blank_parentheses(): return 5 @@ -49,13 +48,11 @@ def public_func_with_blank_parentheses(): def class_under_the_func_with_blank_parentheses(): - class InsideFunc: pass class NormalClass: - def func_for_testing(self, first, second): sum = first + second return sum