Browse Source

test: remove unused import

Nicolas Duchon 1 year ago
parent
commit
7d44f98e4f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/test_ssl/test_dhparam.py

+ 0 - 1
test/test_ssl/test_dhparam.py

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