summaryrefslogtreecommitdiffstats
path: root/pgcli/packages/parseutils/utils.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/packages/parseutils/utils.py
parent5a61b243e030cc11b26f53f54a06bf3c10f4e38f (diff)
format code using black.
Diffstat (limited to 'pgcli/packages/parseutils/utils.py')
-rw-r--r--pgcli/packages/parseutils/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/packages/parseutils/utils.py b/pgcli/packages/parseutils/utils.py
index 594cabfd..034c96e9 100644
--- a/pgcli/packages/parseutils/utils.py
+++ b/pgcli/packages/parseutils/utils.py
@@ -64,7 +64,7 @@ def last_word(text, include="alphanum_underscore"):
def find_prev_keyword(sql, n_skip=0):
- """ Find the last sql keyword in an SQL statement
+ """Find the last sql keyword in an SQL statement
Returns the value of the last keyword, and the text of the query with
everything after the last keyword stripped