From 76e72c44cda3465f4e926f3a49ae4fb11e10cb9a Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 23 Mar 2020 15:51:13 +0300 Subject: [PATCH] postgresql_info: remove unnecessary spaces (#30) --- plugins/modules/database/postgresql/postgresql_info.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/modules/database/postgresql/postgresql_info.py b/plugins/modules/database/postgresql/postgresql_info.py index 692ff09b1d..0197a72179 100644 --- a/plugins/modules/database/postgresql/postgresql_info.py +++ b/plugins/modules/database/postgresql/postgresql_info.py @@ -499,7 +499,6 @@ from ansible.module_utils._text import to_native # class PgDbConn(object): - """Auxiliary class for working with PostgreSQL connection objects. Arguments: @@ -534,7 +533,6 @@ class PgDbConn(object): class PgClusterInfo(object): - """Class for collection information about a PostgreSQL instance. Arguments: