From 0a5efbdf15a67f6e4065c78b0c70e72202e0d965 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 21 Nov 2016 12:45:16 +0100 Subject: Fix the Flake8 ignore tags --- src/mailman/database/tests/test_migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/database/tests/test_migrations.py') diff --git a/src/mailman/database/tests/test_migrations.py b/src/mailman/database/tests/test_migrations.py index 874f3a9ce..ee45d1a00 100644 --- a/src/mailman/database/tests/test_migrations.py +++ b/src/mailman/database/tests/test_migrations.py @@ -130,7 +130,7 @@ class TestMigrations(unittest.TestCase): sa.sql.column('value', SAUnicode), sa.sql.column('pended_id', sa.Integer), ) - def get_from_db(): # noqa: E301 + def get_from_db(): # noqa: E306 results = {} for i in range(1, 6): query = sa.sql.select( -- cgit v1.2.3-70-g09d2