summaryrefslogtreecommitdiff
path: root/test/orm/test_scoping.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-01-02 14:23:42 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-01-02 14:23:42 -0500
commit350aed3fdb9f1e73e69655e53f44ca6a91c196da (patch)
tree3d2a128667b5f6ca6d0b4e1f4865fc98aac6b60b /test/orm/test_scoping.py
parent71f92436bdc86f30e2c21d8f5244733601e8c39e (diff)
downloadsqlalchemy-350aed3fdb9f1e73e69655e53f44ca6a91c196da.tar.gz
- whitespace removal bonanza
Diffstat (limited to 'test/orm/test_scoping.py')
-rw-r--r--test/orm/test_scoping.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/orm/test_scoping.py b/test/orm/test_scoping.py
index 43472eae3..2ea1960f1 100644
--- a/test/orm/test_scoping.py
+++ b/test/orm/test_scoping.py
@@ -78,7 +78,7 @@ class ScopedSessionTest(_base.MappedTest):
def test_config_errors(self):
Session = scoped_session(sa.orm.sessionmaker())
-
+
s = Session()
assert_raises_message(
sa.exc.InvalidRequestError,
@@ -91,6 +91,6 @@ class ScopedSessionTest(_base.MappedTest):
"At least one scoped session is already present. ",
Session.configure, bind=testing.db
)
-
+