summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/mock.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing/mock.py')
-rw-r--r--lib/sqlalchemy/testing/mock.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/mock.py b/lib/sqlalchemy/testing/mock.py
index ea0a8da82..dc530af5e 100644
--- a/lib/sqlalchemy/testing/mock.py
+++ b/lib/sqlalchemy/testing/mock.py
@@ -18,4 +18,5 @@ else:
except ImportError:
raise ImportError(
"SQLAlchemy's test suite requires the "
- "'mock' library as of 0.8.2.")
+ "'mock' library as of 0.8.2."
+ )