postgresql_membership: remove unused import of exec_sql function (#178)

* postgresql_membership: remove unused import of exec_sql function

* add changelog fragment
pull/180/head
Andrew Klychkov 2020-04-14 11:15:53 +03:00 committed by GitHub
parent fd64cde84a
commit 2250e47de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,2 @@
bugfixes:
- postgresql_membership - remove unused import of exec_sql function (https://github.com/ansible-collections/community.general/pull/178).

View File

@ -143,7 +143,6 @@ except ImportError:
from ansible.module_utils.basic import AnsibleModule
from ansible_collections.community.general.plugins.module_utils.postgres import (
connect_to_db,
exec_sql,
get_conn_params,
PgMembership,
postgres_common_argument_spec,