summaryrefslogtreecommitdiffstats
path: root/pgcli/main.py
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2020-09-14 10:27:46 +0800
committerlaixintao <laixintaoo@gmail.com>2020-09-14 10:27:46 +0800
commit13bd678ccd14e025406ed72490ab52f840ecffa2 (patch)
treecbcf8363bf3e8e57905d30f7b0426af77c958023 /pgcli/main.py
parent5a61b243e030cc11b26f53f54a06bf3c10f4e38f (diff)
format code using black.
Diffstat (limited to 'pgcli/main.py')
-rw-r--r--pgcli/main.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pgcli/main.py b/pgcli/main.py
index a2821368..b1468985 100644
--- a/pgcli/main.py
+++ b/pgcli/main.py
@@ -968,7 +968,7 @@ class PGCli(object):
click.secho(str(e), err=True, fg="red")
def refresh_completions(self, history=None, persist_priorities="all"):
- """ Refresh outdated completions
+ """Refresh outdated completions
:param history: A prompt_toolkit.history.FileHistory object. Used to
load keyword and identifier preferences
@@ -1235,7 +1235,8 @@ def cli(
else:
print("Config file is now located at", config_full_path)
print(
- "Please move the existing config file ~/.pgclirc to", config_full_path,
+ "Please move the existing config file ~/.pgclirc to",
+ config_full_path,
)
if list_dsn:
try: