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:
parent
7e60763ab3
commit
76e72c44cd
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue