Skip to content

Commit 95d08cc

Browse files
authored
Merge pull request #1044 from jcstr/patch1
Remove unused imports
2 parents a354fc0 + f4121e8 commit 95d08cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_slow_retrieval_attack.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,12 @@
4545
from __future__ import unicode_literals
4646

4747
import os
48-
import sys
4948
import tempfile
5049
import random
5150
import time
5251
import shutil
53-
import json
5452
import subprocess
5553
import logging
56-
import sys
5754
import unittest
5855

5956
import tuf.log

0 commit comments

Comments
 (0)