Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 21, 2023
1 parent e803f3d commit f83284a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/plugins/modules/example.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright: (c) 2023 Kate Case (@Qalthos)
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
"""An example module for testing purposes"""

from __future__ import absolute_import, division, print_function
__metaclass__ = type
"""An example module for testing purposes."""


DOCUMENTATION = r"""
Expand Down

0 comments on commit f83284a

Please sign in to comment.