From bc52d1a588ba4c68eaf6395e93a218c439dee090 Mon Sep 17 00:00:00 2001 From: Lukas Balaga Date: Mon, 7 Mar 2016 21:15:37 -0800 Subject: Add flake8 pre-commit hook and apply fixes. --- scripts/make-release.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/make-release.py b/scripts/make-release.py index a695da2..7477ad3 100755 --- a/scripts/make-release.py +++ b/scripts/make-release.py @@ -26,7 +26,6 @@ def parse_changelog(): match = re.search('^Version\s+(.*)', line.strip()) if match is None: continue - length = len(match.group(1)) version = match.group(1).strip() if lineiter.next().count('-') != len(match.group(0)): continue -- cgit v1.2.1