From bb2fbb703092b8c788ae4da718f32fcf86f1f9eb Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 24 May 2012 16:14:35 +0200 Subject: Fixes some pep8 warning/errors. - Using flake8 so a bit more than that. Change-Id: I63fa21f7d3d02f96c0c56804fdd56da37c952d7d --- keystone/openstack/common/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'keystone/openstack') diff --git a/keystone/openstack/common/setup.py b/keystone/openstack/common/setup.py index 2c16b5b3..984cce1f 100644 --- a/keystone/openstack/common/setup.py +++ b/keystone/openstack/common/setup.py @@ -48,7 +48,6 @@ def canonicalize_emails(changelog, mapping): # Get requirements from the first file that exists def get_reqs_from_files(requirements_files): - reqs_in = [] for requirements_file in requirements_files: if os.path.exists(requirements_file): return open(requirements_file, 'r').read().split('\n') -- cgit