浏览代码

test: remove unused import

Nicolas Duchon 1 年之前
父节点
当前提交
7d44f98e4f
共有 1 个文件被更改,包括 0 次插入1 次删除
  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()