silence flake8 error during module import test
This commit is contained in:
parent
1695a3b326
commit
beb1b10ee8
|
@ -1,4 +1,4 @@
|
|||
|
||||
|
||||
def test_import():
|
||||
import <MODULE_NAME>
|
||||
import <MODULE_NAME> # noqa: F401
|
||||
|
|
Loading…
Reference in New Issue
Block a user