Skip to content

Commit

Permalink
style(sanity): fix error reported by sanity test with devel
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Nov 26, 2021
1 parent 7ca484e commit 33a7747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/modules/grafana_notification_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,11 @@
pushover_alert_sound:
type: str
description:
- Alert sound in Pushover.
- L(https://pushover.net/api#sounds)
- L(Alert sound in Pushover,https://pushover.net/api#sounds)
pushover_ok_sound:
type: str
description:
- OK sound in Pushover.
- L(https://pushover.net/api#sounds)
- L(OK sound in Pushover,https://pushover.net/api#sounds)
sensu_url:
type: str
description:
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/grafana_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def setup_module_object():
)
argument_spec.pop('grafana_api_key')


def main():
module = setup_module_object()
state = module.params['state']
Expand Down

0 comments on commit 33a7747

Please sign in to comment.