mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Fix aruba_config flake8 failures (#27603)
* Fix aruba_config flake8 failures * fix intefaces_file build/flake8 fail
This commit is contained in:
parent
d8eccdda3a
commit
a52a4332fd
2 changed files with 3 additions and 5 deletions
|
@ -19,6 +19,9 @@
|
|||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.0',
|
||||
'status': ['stableinterface'],
|
||||
'supported_by': 'community'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue