diff options
| author | quest <quest@wonky.windwards.net> | 2012-04-21 20:18:42 +0200 |
|---|---|---|
| committer | quest <quest@wonky.windwards.net> | 2012-04-21 20:18:42 +0200 |
| commit | 13274ebb0d66b64363145bf23b6aa824845f61be (patch) | |
| tree | 448735c3ee279c29c1c689babfcced40ef851088 /tests | |
| parent | 7631460377274f6a9e074c974e2d63dafb1938eb (diff) | |
| download | sqlparse-13274ebb0d66b64363145bf23b6aa824845f61be.tar.gz | |
Always use a stream internally; makes things more readable.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_split.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_split.py b/tests/test_split.py index c73d9d4..574dd97 100644 --- a/tests/test_split.py +++ b/tests/test_split.py @@ -1,4 +1,3 @@ - # -*- coding: utf-8 -*- # Tests splitting functions. |
