From 529c3856606340a63731a7851fe868ee44e8af41 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:24:42 +0000 Subject: [PATCH] chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/plugins/modules/example.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/plugins/modules/example.py b/examples/plugins/modules/example.py index 0d927a93d39..021336dbcc6 100644 --- a/examples/plugins/modules/example.py +++ b/examples/plugins/modules/example.py @@ -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) -from __future__ import absolute_import, division, print_function -__metaclass__ = type - DOCUMENTATION = r""" ---