postgresql_user: remove unused import (#63559)
This commit is contained in:
parent
98b025239a
commit
3a733cb0a1
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ from ansible.module_utils.basic import AnsibleModule
|
|||
from ansible.module_utils.database import pg_quote_identifier, SQLParseError
|
||||
from ansible.module_utils.postgres import (
|
||||
connect_to_db,
|
||||
exec_sql,
|
||||
get_conn_params,
|
||||
PgMembership,
|
||||
postgres_common_argument_spec,
|
||||
|
|
Loading…
Reference in a new issue