From 18540dd30352bbc29245f1763669c4892285c870 Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Thu, 30 Nov 2017 16:53:48 -0600
Subject: [PATCH] flake8 fix

---
 test/test_meshmode.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_meshmode.py b/test/test_meshmode.py
index 9df446fe..958130ac 100644
--- a/test/test_meshmode.py
+++ b/test/test_meshmode.py
@@ -1038,7 +1038,7 @@ def test_quad_multi_element():
 
 # {{{ ChainedDiscretizationConnection
 
-def test_ChainedDiscretizationConnection(ctx_getter):
+def test_ChainedDiscretizationConnection(ctx_getter):  # noqa
     mesh_order = 5
     order = 5
     npanels = 10
-- 
GitLab