Skip to content

Commit

Permalink
fixup! formatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Jan 4, 2024
1 parent 5fae62c commit b4894f8
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 227 deletions.
6 changes: 3 additions & 3 deletions plugins/doc_fragments/basic_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Copyright: (c) 2019, Rémi REY (@rrey)
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import (absolute_import, division, print_function)
from __future__ import absolute_import, division, print_function

__metaclass__ = type


class ModuleDocFragment(object):

DOCUMENTATION = r'''options:
DOCUMENTATION = r"""options:
url:
description:
- The Grafana URL.
Expand Down Expand Up @@ -49,4 +49,4 @@ class ModuleDocFragment(object):
- This should only set to C(false) used on personally controlled sites using self-signed certificates.
type: bool
default: true
'''
"""
Loading

0 comments on commit b4894f8

Please sign in to comment.