From 115f2a71b883567dcf324da5cd02cfc3c86431b4 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Mon, 30 Jul 2018 18:21:29 +1200 Subject: PEP8: fix E305: expected 2 blank lines after class or function definition, found 1 Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- lib/ldb-samba/tests/match_rules.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ldb-samba') diff --git a/lib/ldb-samba/tests/match_rules.py b/lib/ldb-samba/tests/match_rules.py index 58658a0a9ea..aaa9675c196 100755 --- a/lib/ldb-samba/tests/match_rules.py +++ b/lib/ldb-samba/tests/match_rules.py @@ -1752,6 +1752,7 @@ class MatchRuleConditionTests(samba.tests.TestCase): self.ou_groups, self.ou_computers)) self.assertEqual(len(res1), 0) + parser = optparse.OptionParser("match_rules.py [options] ") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) -- cgit v1.2.1