aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-12-13 14:42:52 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-12-13 14:42:52 +0100
commit3a438c9e0fa878841f4efb3a5eba13d855fdb6cb (patch)
tree1f0f0aff8e474fc5885a3c8b6bdc779c2aa3840f
parentc6a8e02673480cf40d5da898a941b7fd21643ba6 (diff)
downloadallocbench-3a438c9e0fa878841f4efb3a5eba13d855fdb6cb.tar.gz
allocbench-3a438c9e0fa878841f4efb3a5eba13d855fdb6cb.zip
remove unused imports
-rw-r--r--src/benchmarks/fd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/benchmarks/fd.py b/src/benchmarks/fd.py
index a341f71..4fab958 100644
--- a/src/benchmarks/fd.py
+++ b/src/benchmarks/fd.py
@@ -18,8 +18,6 @@
import os
import re
-import subprocess
-import sys
from urllib.request import urlretrieve
from src.artifact import ArchiveArtifact, GitArtifact