summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@netflix.com>2021-05-06 21:20:12 -0700
committerAmjith Ramanujam <amjith@netflix.com>2021-05-06 21:20:12 -0700
commit6309dd4f9326b4ac7b421590899ff02ae42d3634 (patch)
tree2d64cb293bc364cfaccb237ab363a432c4019e98 /tests
parent1d2570f462a565e5034658000c6cbb60f259b2dc (diff)
Blacken.
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index fcd725e3..460ea469 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -73,7 +73,7 @@ def drop_tables(conn):
def run(
executor, sql, join=False, expanded=False, pgspecial=None, exception_formatter=None
):
- " Return string output for the sql to be run "
+ "Return string output for the sql to be run"
results = executor.run(sql, pgspecial, exception_formatter)
formatted = []