From beb1b10ee893ee68b188048dba8210ebcbd0506c Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Tue, 6 Feb 2018 16:10:25 -0800 Subject: [PATCH] silence flake8 error during module import test --- tests/core/test_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/test_import.py b/tests/core/test_import.py index 2243d057..f146ae79 100644 --- a/tests/core/test_import.py +++ b/tests/core/test_import.py @@ -1,4 +1,4 @@ def test_import(): - import + import # noqa: F401