forked from orbit-oss/flask
address flake8 issues
This commit is contained in:
parent
549fed29ea
commit
b46f5942a5
23 changed files with 86 additions and 89 deletions
|
|
@ -140,4 +140,4 @@ def test_meta_path_loader_without_is_package(request, modules_tmpdir):
|
|||
request.addfinalizer(sys.meta_path.pop)
|
||||
|
||||
with pytest.raises(AttributeError):
|
||||
import unimportable
|
||||
import unimportable # noqa: F401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue