1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()