python linting: 'pytest' imported but unused (F401)

Signed-off-by: bcambl <blayne@blaynecampbell.com>
pull/2262/head
bcambl 6 years ago
parent 9bd4986781
commit 79232d02c9

@ -1,4 +1,3 @@
import pytest
from textwrap import dedent
SETUPVARS = {

@ -1,4 +1,3 @@
import pytest
import testinfra
run_local = testinfra.get_backend(

Loading…
Cancel
Save