From e222db28f863ba311261dfb8b7c2e123e2eb6c5b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 27 Nov 2016 11:51:01 -0600 Subject: [PATCH] PEP8 whitespace fix --- loopy/match.py | 1 + 1 file changed, 1 insertion(+) diff --git a/loopy/match.py b/loopy/match.py index 002540e43..66cc58cbe 100644 --- a/loopy/match.py +++ b/loopy/match.py @@ -58,6 +58,7 @@ def re_from_glob(s): from fnmatch import translate return re.compile("^"+translate(s.strip())+"$") + # {{{ parsing # {{{ lexer data -- GitLab