From 3b4cb47597d8270c5b42cd80f17f8ba38b2ae13d Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Tue, 24 Aug 2021 11:45:48 -0600 Subject: [PATCH] pep8 --- tests/test_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rules.py b/tests/test_rules.py index adc87378..12263659 100644 --- a/tests/test_rules.py +++ b/tests/test_rules.py @@ -766,7 +766,7 @@ def test_substring_feature(): assert (Substring("abc") in children) == True assert (Substring("def") in children) == True assert (Substring("gh\ni") in children) == True - + def test_substring_description(): rule = textwrap.dedent(