fix legacy PEP8 violations in zabbix modules, remove test exception for them (#31702)

* fix legacy PEP8 violations in zabbix_*, remove test exception for them

* fix new pep8 violations for zabbix_maintenance.py
This commit is contained in:
Eike Frost 2017-10-16 19:20:54 +02:00 committed by René Moser
parent 85bd104c7c
commit 1b71fb0499
6 changed files with 14 additions and 21 deletions

View file

@ -8,7 +8,6 @@ from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}