Dont import re when its not used

This commit is contained in:
Dieter Verhelst 2019-03-12 12:57:29 +01:00
parent 4765bed0f8
commit 8157a3b3db
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import os
import pytest
import re
from testinfra.utils.ansible_runner import AnsibleRunner
testinfra_hosts = ["ansible://all:!borgbackup_servers"]