X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b1cd59f26776faf543078ee2fdbf2b01fa5ed15e..e818260f1a223929d8f2056f484b73eaa8687622:/tests/class_blank_parentheses.py?ds=inline diff --git a/tests/class_blank_parentheses.py b/tests/class_blank_parentheses.py index bf19a26..d586cac 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 @@ -55,7 +54,6 @@ def class_under_the_func_with_blank_parentheses(): class NormalClass: - def func_for_testing(self, first, second): sum = first + second return sum