Skip to content

Commit 97b0938

Browse files
committed
Remove unsued imports in tests
Remove unused and outdated imports in test_updater_ng.py Signed-off-by: Teodora Sechkova <[email protected]>
1 parent 37967b6 commit 97b0938

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/test_updater_ng.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,16 @@
77
"""
88

99
import os
10-
import time
1110
import shutil
12-
import copy
1311
import tempfile
1412
import logging
15-
import errno
1613
import sys
1714
import unittest
18-
import json
19-
import tracemalloc
20-
21-
if sys.version_info >= (3, 3):
22-
import unittest.mock as mock
23-
else:
24-
import mock
25-
26-
import tuf
27-
import tuf.exceptions
28-
import tuf.log
29-
import tuf.repository_tool as repo_tool
3015
import tuf.unittest_toolbox as unittest_toolbox
3116

3217
from tests import utils
33-
from tuf.api import metadata
3418
from tuf import ngclient
3519

36-
import securesystemslib
37-
3820
logger = logging.getLogger(__name__)
3921

4022

0 commit comments

Comments
 (0)