From fe6b952045156a03960fed7bb49f8d28750f9e4c Mon Sep 17 00:00:00 2001 From: Dina Belova Date: Mon, 12 Jan 2015 13:40:35 +0300 Subject: [PATCH] Fix H105 pep8 error Change-Id: I4587bc2d57c35eef772fbaf3483dfb58c3ae9309 --- ceilometerclient/tests/v2/test_alarms.py | 2 -- ceilometerclient/tests/v2/test_query_alarms.py | 2 -- ceilometerclient/tests/v2/test_query_samples.py | 2 -- ceilometerclient/v2/alarms.py | 2 -- tox.ini | 3 +-- 5 files changed, 1 insertion(+), 10 deletions(-) diff --git a/ceilometerclient/tests/v2/test_alarms.py b/ceilometerclient/tests/v2/test_alarms.py index 7f0d8bf..41246d1 100644 --- a/ceilometerclient/tests/v2/test_alarms.py +++ b/ceilometerclient/tests/v2/test_alarms.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/ceilometerclient/tests/v2/test_query_alarms.py b/ceilometerclient/tests/v2/test_query_alarms.py index 7e7a108..7897ad1 100644 --- a/ceilometerclient/tests/v2/test_query_alarms.py +++ b/ceilometerclient/tests/v2/test_query_alarms.py @@ -1,7 +1,5 @@ # Copyright Ericsson AB 2014. All rights reserved # -# Author: Balazs Gibizer -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/ceilometerclient/tests/v2/test_query_samples.py b/ceilometerclient/tests/v2/test_query_samples.py index 7f6e7d9..e747717 100644 --- a/ceilometerclient/tests/v2/test_query_samples.py +++ b/ceilometerclient/tests/v2/test_query_samples.py @@ -1,7 +1,5 @@ # Copyright Ericsson AB 2014. All rights reserved # -# Author: Balazs Gibizer -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/ceilometerclient/v2/alarms.py b/ceilometerclient/v2/alarms.py index 694b5c0..8eefa9b 100644 --- a/ceilometerclient/v2/alarms.py +++ b/ceilometerclient/v2/alarms.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/tox.ini b/tox.ini index 5013166..480a6d6 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,6 @@ commands= [flake8] # H405 multi line docstring summary not separated with an empty line # H904 Wrap long lines in parentheses instead of a backslash -# H105 Don't use author tags -ignore = H405,H904,H105 +ignore = H405,H904 show-source = True exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools