From fd1a6c7f2f0693663d333dbd99481bdccc2b0a3f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 16 Apr 2018 16:47:50 -0500 Subject: [PATCH] Tweak a noqa comment --- test/test_apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_apps.py b/test/test_apps.py index 0ed3162f1..279ea4d4a 100644 --- a/test/test_apps.py +++ b/test/test_apps.py @@ -49,7 +49,7 @@ __all__ = [ ] -from loopy.version import LOOPY_USE_LANGUAGE_VERSION_2018_1 # noqa +from loopy.version import LOOPY_USE_LANGUAGE_VERSION_2018_1 # noqa: F401 # {{{ convolutions -- GitLab