postgresql_info: remove unnecessary spaces (#30)
parent
7e60763ab3
commit
76e72c44cd
|
@ -499,7 +499,6 @@ from ansible.module_utils._text import to_native
|
||||||
#
|
#
|
||||||
|
|
||||||
class PgDbConn(object):
|
class PgDbConn(object):
|
||||||
|
|
||||||
"""Auxiliary class for working with PostgreSQL connection objects.
|
"""Auxiliary class for working with PostgreSQL connection objects.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
@ -534,7 +533,6 @@ class PgDbConn(object):
|
||||||
|
|
||||||
|
|
||||||
class PgClusterInfo(object):
|
class PgClusterInfo(object):
|
||||||
|
|
||||||
"""Class for collection information about a PostgreSQL instance.
|
"""Class for collection information about a PostgreSQL instance.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
Loading…
Reference in New Issue