mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed PEP8
This commit is contained in:
parent
a0a15fa643
commit
bcb2f833cd
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user