PEP8 check H105 prohibits using author tag

Removing these author lines so that gate tests can pass. Failure
snippet:

pep8 runtests: commands[0] | flake8
/home/jenkins/workspace/gate-tuskar-pep8$
/home/jenkins/workspace/gate-tuskar-pep8/.tox/pep8/bin/flake8
./tuskar/api/hooks.py:4:3: H105  Don't use author tags
./tuskar/common/service.py:5:3: H105  Don't use author tags
./tuskar/tests/api/api.py:4:3: H105  Don't use author tags
./tuskar/api/acl.py:4:3: H105  Don't use author tags

Change-Id: I0e6727a6b531a0c9e8fcd8887310603f4f673b22
This commit is contained in:
Jeff Peeler 2015-03-23 14:15:54 -04:00
parent b5a4dc37be
commit 2ddbb23c08
4 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,6 @@
#
# Copyright 2012 New Dream Network, LLC (DreamHost)
#
# Author: Doug Hellmann <doug.hellmann@dreamhost.com>
#
# 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

View File

@ -1,8 +1,6 @@
#
# Copyright 2012 New Dream Network, LLC (DreamHost)
#
# Author: Doug Hellmann <doug.hellmann@dreamhost.com>
#
# 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

View File

@ -2,8 +2,6 @@
#
# Copyright 2012 eNovance <licensing@enovance.com>
#
# Author: Julien Danjou <julien@danjou.info>
#
# 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

View File

@ -1,8 +1,6 @@
#
# Copyright 2012 New Dream Network, LLC (DreamHost)
#
# Author: Doug Hellmann <doug.hellmann@dreamhost.com>
#
# 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