From b2b0abe74f244e7ce33536e74f90a1db29a43f41 Mon Sep 17 00:00:00 2001 From: Pablo Casillas <84393537+pvcasillasg@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:49:04 +0200 Subject: [PATCH] Remove blank line for sanity --- lib/ansible/modules/rpm_key.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/rpm_key.py b/lib/ansible/modules/rpm_key.py index 1246ca5f626..3a93d56e204 100644 --- a/lib/ansible/modules/rpm_key.py +++ b/lib/ansible/modules/rpm_key.py @@ -8,7 +8,6 @@ from __future__ import annotations - DOCUMENTATION = ''' --- module: rpm_key