浏览代码

Drop un-used import

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 4 年之前
父节点
当前提交
5405a22371
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/test_pagure_utils.py

+ 0 - 1
tests/test_pagure_utils.py

@@ -18,7 +18,6 @@ import os
 import mock
 import munch
 import pygit2
-import werkzeug
 
 sys.path.insert(
     0, os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")