mirror of https://github.com/ansible/ansible.git
Backport/2.8/59497 fix code formatting, remove unused imports (#59518)
* postgresql modules: fix by flake8 (#59497)
(cherry picked from commit fd35833554)
* Backport of 59497: fix code formatting, remove unused imports
pull/59744/head
parent
282cf8fd78
commit
9d32d06104
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- postgresql_db.py - Fix code formatting (https://github.com/ansible/ansible/pull/59497)
|
||||
- postgresql_ext.py - Remove pg_quote_identifier unused import (https://github.com/ansible/ansible/pull/59497)
|
||||
- postgresql_lang.py - Remove pg_quote_identifier and to_native unused imports (https://github.com/ansible/ansible/pull/59497)
|
||||
- postgresql_table.py - Fix code formatting (https://github.com/ansible/ansible/pull/59497)
|
||||
Loading…
Reference in New Issue