PEP8 fixes for the pgAgent and Tables nodes (and subnodes). Fixes #3148 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6753cd7334dbe91f19373833756f8e57f98323d0 Author: Murtuza Zabuawala <murtuza.zabuaw...@enterprisedb.com> Modified Files -------------- .../servers/databases/schemas/tables/__init__.py | 93 +++++--- .../databases/schemas/tables/column/__init__.py | 95 +++++--- .../schemas/tables/column/tests/test_column_add.py | 19 +- .../schemas/tables/constraints/__init__.py | 12 +- .../constraints/check_constraint/__init__.py | 54 +++-- .../constraints/exclusion_constraint/__init__.py | 97 ++++---- .../tables/constraints/foreign_key/__init__.py | 114 +++++---- .../constraints/index_constraint/__init__.py | 169 ++++++++------ .../databases/schemas/tables/indexes/__init__.py | 28 ++- .../schemas/tables/partitions/__init__.py | 33 ++- .../partitions/tests/test_backend_supported.py | 56 +++-- .../databases/schemas/tables/rules/__init__.py | 12 +- .../sql/tests/test_foreign_key_properties.py | 11 +- .../schemas/tables/tests/test_column_acl_sql.py | 11 +- .../tables/tests/test_column_properties_sql.py | 8 +- .../schemas/tables/tests/test_table_put.py | 7 +- .../schemas/tables/tests/test_tables_acl_sql.py | 16 +- .../schemas/tables/tests/test_tables_node_sql.py | 8 +- .../tables/tests/test_tables_properties_sql.py | 9 +- .../schemas/tables/tests/test_template_create.py | 38 ++- .../tables/tests/test_trigger_get_oid_sql.py | 12 +- .../schemas/tables/tests/test_trigger_nodes_sql.py | 8 +- .../databases/schemas/tables/tests/utils.py | 20 +- .../databases/schemas/tables/triggers/__init__.py | 83 ++++--- .../tables/triggers/tests/test_triggers_add.py | 2 +- .../tables/triggers/tests/test_triggers_delete.py | 2 +- .../tables/triggers/tests/test_triggers_get.py | 2 +- .../tables/triggers/tests/test_triggers_put.py | 2 +- .../servers/databases/schemas/tables/utils.py | 257 ++++++++++++++------- .../server_groups/servers/pgagent/__init__.py | 25 +- .../servers/pgagent/schedules/__init__.py | 1 - .../pgagent/schedules/static/js/pga_schedule.js | 18 +- .../servers/pgagent/steps/__init__.py | 1 - 33 files changed, 832 insertions(+), 491 deletions(-)