From fdc3172aece85956c0269f889ecf3e9d0db8b49a Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Sat, 4 Jul 2015 13:47:40 -0400 Subject: Fix PEP8 E302 expected 2 blank lines, found X --- fail2ban/server/failregex.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fail2ban/server/failregex.py') diff --git a/fail2ban/server/failregex.py b/fail2ban/server/failregex.py index cbe8ebe3..75e64c46 100644 --- a/fail2ban/server/failregex.py +++ b/fail2ban/server/failregex.py @@ -25,6 +25,7 @@ import re import sre_constants import sys + ## # Regular expression class. # @@ -184,6 +185,7 @@ class Regex: else: return ["".join(line) for line in self._matchedTupleLines] + ## # Exception dedicated to the class Regex. -- cgit v1.2.1