summaryrefslogtreecommitdiff
path: root/test/sql/test_text.py
diff options
context:
space:
mode:
authorEric Streeper <eric.streeper@gmail.com>2015-03-18 21:38:57 -0700
committerEric Streeper <eric.streeper@gmail.com>2015-03-18 21:38:57 -0700
commite467db9edba1e629ba45704047fa76ecd08922ff (patch)
treeae8e7d1df820e17e71229d98b6125d0174abe97e /test/sql/test_text.py
parentcd076470baf2fce0eebf5853e3145d96a9d48378 (diff)
downloadsqlalchemy-e467db9edba1e629ba45704047fa76ecd08922ff.tar.gz
PEP8 cleanup in /test/sql
Diffstat (limited to 'test/sql/test_text.py')
-rw-r--r--test/sql/test_text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/test_text.py b/test/sql/test_text.py
index c2f4d2c15..acc77d85d 100644
--- a/test/sql/test_text.py
+++ b/test/sql/test_text.py
@@ -738,4 +738,3 @@ class OrderByLabelResolutionTest(fixtures.TestBase, AssertsCompiledSQL):
"mytable_1.name AS t1name, foo(:foo_1) AS x "
"FROM mytable AS mytable_1 ORDER BY mytable_1.myid, t1name, x"
)
-