summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2015-01-04 22:10:44 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2015-01-04 22:10:44 -0800
commit1cf9adb88e22177af64906838d5037a0044cf4f2 (patch)
tree3cb41911713f45f5c39436713affb5796d24e4b1
parentcfa026df5d203340f9f741438811a7806c82214c (diff)
Remove blank lines in pgline.
-rw-r--r--pgcli/pgline.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pgcli/pgline.py b/pgcli/pgline.py
index 5c4f0496..47fffbd0 100644
--- a/pgcli/pgline.py
+++ b/pgcli/pgline.py
@@ -10,7 +10,6 @@ class PGLine(Line):
"""
Dynamically determine whether we're in multiline mode.
"""
-
if not self.always_multiline:
return False
@@ -23,7 +22,6 @@ class PGLine(Line):
def is_multiline(self, value):
pass
-
def _multiline_exception(text):
text = text.strip()
return (text.startswith('\\') or # Special Command