Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandarimegha committed Nov 18, 2024
1 parent 2bda742 commit 0e8e1c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/modules/network_settings_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
# Copyright (c) 2024, Cisco Systems
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

DESCRIPTION = r"""
---
info: Ansible module to perform operations on global pool, reserve pool and network in Cisco Catalyst Center.
"""
"""Ansible module to perform operations on global pool, reserve pool and network in Cisco Catalyst Center."""

Check warning on line 6 in plugins/modules/network_settings_workflow_manager.py

View workflow job for this annotation

GitHub Actions / Sanity (Ⓐdevel)

6:1 [document-start] missing document start "---"

Check failure on line 6 in plugins/modules/network_settings_workflow_manager.py

View workflow job for this annotation

GitHub Actions / Sanity (Ⓐdevel)

6:3 syntax error: expected '<document start>', but found '<scalar>' (syntax)
from __future__ import absolute_import, division, print_function

__metaclass__ = type
__author__ = ['Muthu Rakesh, Madhan Sankaranarayanan, Megha Kandari']

DOCUMENTATION = r"""
---
module: network_settings_workflow_manager
short_description: Resource module for IP Address pools and network functions
description:
Expand Down

0 comments on commit 0e8e1c1

Please sign in to comment.