Browse Source

Drop un-used import

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 4 years ago
parent
commit
5405a22371
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/test_pagure_utils.py

+ 0 - 1
tests/test_pagure_utils.py

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