silence flake8 error during module import test

This commit is contained in:
Jason Carver 2018-02-06 16:10:25 -08:00
parent 1695a3b326
commit beb1b10ee8

View File

@ -1,4 +1,4 @@
def test_import():
import <MODULE_NAME>
import <MODULE_NAME> # noqa: F401