1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-11-08 07:49:22 +01:00

test: remove unused import

This commit is contained in:
Nicolas Duchon 2023-12-12 22:16:32 +01:00 committed by GitHub
parent 1f17a55366
commit 7d44f98e4f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,6 @@ import subprocess
import backoff
import docker
import pprint
import pytest
docker_client = docker.from_env()