From 350aed3fdb9f1e73e69655e53f44ca6a91c196da Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 2 Jan 2011 14:23:42 -0500 Subject: - whitespace removal bonanza --- test/engine/test_parseconnect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/engine/test_parseconnect.py') diff --git a/test/engine/test_parseconnect.py b/test/engine/test_parseconnect.py index 7000549e7..ee9af60bf 100644 --- a/test/engine/test_parseconnect.py +++ b/test/engine/test_parseconnect.py @@ -56,7 +56,7 @@ class DialectImportTest(TestBase): exec ('from sqlalchemy.dialects import %s\ndialect = ' '%s.dialect()' % (name, name), globals()) eq_(dialect.name, name) - + class CreateEngineTest(TestBase): """test that create_engine arguments of different types get propagated properly""" -- cgit v1.2.1