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.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/sqlalchemy/testing/mock.py b/lib/sqlalchemy/testing/mock.py
index ccbe8aa92..c6a4d4360 100644
--- a/lib/sqlalchemy/testing/mock.py
+++ b/lib/sqlalchemy/testing/mock.py
@@ -17,6 +17,5 @@ else:
from mock import MagicMock, Mock, call, patch
except ImportError:
raise ImportError(
- "SQLAlchemy's test suite requires the "
- "'mock' library as of 0.8.2.")
-
+ "SQLAlchemy's test suite requires the "
+ "'mock' library as of 0.8.2.")