From: Peter Seiderer Date: Sun, 19 May 2019 21:15:28 +0000 (+0200) Subject: utils/check-package: fix flake8 warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9b081d53acef7e0ec9d03eee04e2dc48220f1d5;p=buildroot.git utils/check-package: fix flake8 warning Fix flake 8 warning (introduced with commit [1]): utils/checkpackagelib/lib.py:56:1: E302 expected 2 blank lines, found 1 [1] https://git.buildroot.net/buildroot/commit/?id=8e352c32b0beded97a8a5c1e9edc9d618514ee7b Reported-by: Yann E. MORIN Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- diff --git a/utils/checkpackagelib/lib.py b/utils/checkpackagelib/lib.py index c65a2ed939..457b3c3171 100644 --- a/utils/checkpackagelib/lib.py +++ b/utils/checkpackagelib/lib.py @@ -53,6 +53,7 @@ class TrailingSpace(_CheckFunction): .format(self.filename, lineno), text] + class Utf8Characters(_CheckFunction): def is_ascii(self, s): try: