From 8b3e14573113db418da0467e8069361182afdacd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 26 Jul 2016 22:47:05 +0300 Subject: [PATCH] Explain Ignore: E402 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1d553f9..6ec1404 100755 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ if is_setuptools: versionpath = join(abspath(dirname(__file__)), 'mysql2sql', '__version__.py') load_source('mysql2sql_version', versionpath) +# Ignore: E402 module level import not at top of file from mysql2sql_version import __version__ # noqa setup(name='mysql2sql', -- 2.39.2