Fixed PEP8

pull/35/head
Akshay Joshi 2020-10-05 15:09:39 +05:30
parent a0a15fa643
commit bcb2f833cd
1 changed files with 2 additions and 1 deletions

View File

@ -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()