From 5407ec9d389cfa1cdd4ed4b82ba311085132d9db Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 9 Jul 2014 18:26:55 -0400 Subject: - break up the copyright comment as part of a pass to get all flake8 passing --- lib/sqlalchemy/testing/warnings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sqlalchemy/testing/warnings.py') diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 849b1b5b4..33d338e8f 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -1,5 +1,6 @@ # testing/warnings.py -# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors +# # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php -- cgit v1.2.1