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

Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
bcambl 2018-07-03 00:30:00 -06:00
parent 9bd4986781
commit 79232d02c9
2 changed files with 0 additions and 2 deletions

View file

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

View file

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