Ver Fonte

Drop un-used import

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon há 4 anos atrás
pai
commit
5405a22371
1 ficheiros alterados com 0 adições e 1 exclusões
  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__)), "..")