test: remove unused import
This commit is contained in:
parent
1f17a55366
commit
7d44f98e4f
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import subprocess
|
||||||
|
|
||||||
import backoff
|
import backoff
|
||||||
import docker
|
import docker
|
||||||
import pprint
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
docker_client = docker.from_env()
|
docker_client = docker.from_env()
|
||||||
|
|
Loading…
Reference in a new issue