From bcb2f833cd2e1a2ca736c944a03f299dac6384e8 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 5 Oct 2020 15:09:39 +0530 Subject: [PATCH] Fixed PEP8 --- web/pgadmin/feature_tests/query_tool_auto_complete_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/pgadmin/feature_tests/query_tool_auto_complete_tests.py b/web/pgadmin/feature_tests/query_tool_auto_complete_tests.py index ee77c8568..229f144fc 100644 --- a/web/pgadmin/feature_tests/query_tool_auto_complete_tests.py +++ b/web/pgadmin/feature_tests/query_tool_auto_complete_tests.py @@ -99,7 +99,8 @@ class QueryToolAutoCompleteFeatureTest(BaseFeatureTest): print("Auto complete function with argument ... ", file=sys.stderr, end="") - self._auto_complete("SELECT pg_catalog.pg_st", "pg_stat_file(filename)") + self._auto_complete("SELECT pg_catalog.pg_st", + "pg_stat_file(filename)") print("OK.", file=sys.stderr) self.page.clear_query_tool()