1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: