diff options
author | Eric Streeper <eric.streeper@gmail.com> | 2015-03-18 21:38:57 -0700 |
---|---|---|
committer | Eric Streeper <eric.streeper@gmail.com> | 2015-03-18 21:38:57 -0700 |
commit | e467db9edba1e629ba45704047fa76ecd08922ff (patch) | |
tree | ae8e7d1df820e17e71229d98b6125d0174abe97e /test/sql/test_compiler.py | |
parent | cd076470baf2fce0eebf5853e3145d96a9d48378 (diff) | |
download | sqlalchemy-e467db9edba1e629ba45704047fa76ecd08922ff.tar.gz |
PEP8 cleanup in /test/sql
Diffstat (limited to 'test/sql/test_compiler.py')
-rw-r--r-- | test/sql/test_compiler.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/sql/test_compiler.py b/test/sql/test_compiler.py index 4b143c150..4bdd9fcdc 100644 --- a/test/sql/test_compiler.py +++ b/test/sql/test_compiler.py @@ -3523,7 +3523,3 @@ class ResultMapTest(fixtures.TestBase): (table1.c.description, 'description', 'description'), table1.c.description.type)} ) - - - - |