1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-08-12 23:02:47 +03:00

postgresql_info: remove unnecessary spaces (#30)

This commit is contained in:
Andrew Klychkov
2020-03-23 15:51:13 +03:00
committed by GitHub
parent 7e60763ab3
commit 76e72c44cd

View File

@@ -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: